From 0938ca68a704ef4c255e6511c4536dcb38040013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Sat, 8 Apr 2017 21:37:20 +0200 Subject: [PATCH] Set theme jekyll-theme-slate --- README.md | 4 +--- _config.yml | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 _config.yml diff --git a/README.md b/README.md index bec4d5e..02b8cce 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ SQLiteC++ SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. -See SQLiteC++ website http://srombauts.github.com/SQLiteCpp on GitHub. - Keywords: sqlite, sqlite3, C, library, wrapper C++ ## About SQLiteC++: @@ -22,7 +20,7 @@ with a few intuitive and well documented C++ classes. ### License: Copyright (c) 2012-2017 Sébastien Rombauts (sebastien.rombauts@gmail.com) -    + Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt or copy at http://opensource.org/licenses/MIT) diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c741881 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-slate \ No newline at end of file