Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

tijme/blog-v1

Repository files navigation

Logo Blog Tijme


My blog about cyber security, hacking, software engineering and much more
Built by Tijme Gommers – Buy me a coffee via PayPal

Warning: This repository has been deprecated in favour of github.com/tijme/blog-v2.

Installation

Please make sure you're running NodeJS version 8 or higher. Then run these commands in the root of the project.

$ npm install -g grunt@1.3.0
$ npm install -g hexo-cli@3.1.0
$ npm install
$ cd themes/custom
$ npm install
$ grunt

Publishing

The blog can be generated automatically by running the following command in the root of the project.

$ hexo generate --staging production

It can also be used with --staging development if you are generating the blog for development purposes. Please note that grunt dev in the themes/custom folder automatically (re)generates the content.

Development

Assets

If you will be updating assets you can use Grunt to automatically compile all assets and regenerate the content. Please make sure you have followed the installation steps before running the commands below.

$ cd themes/custom
$ grunt dev

License

Tij.me (blog) is open-sourced software licensed under the MIT License.