# schollz.github.io-old **Repository Path**: mirrors_schollz/schollz.github.io-old ## Basic Information - **Project Name**: schollz.github.io-old - **Description**: Personal website - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![favicon](https://raw.github.com/nadjetey/wangana/master/favicon.png) Wangana - Jekyll Theme ============== Wangana is responsive [Jekyll](http://jekyllrb.com/) theme, perfect for powering your GitHub hosted blog. Created with love by [nadjetey](https://twitter.com/_nadjetey). * Live demo [here](http://nadjetey.github.io/wangana/) * See wangana [elsewhere](http://nadjetey.github.io) ## Screenshot ![screenshot](https://raw.github.com/nadjetey/wangana/master/assets/images/wangana.png) ## Contributing 1. Fork the theme ( https://github.com/nadjetey/wangana/fork ) The `master` branch is for development and pull requests. The `gh-pages` branch is for the demo page; don't bother. 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request ## Issues [Open](https://github.com/nadjetey/wangana/issues/new) issues if you run into trouble or have suggestions. Pull Requests always welcome. ## Installation & Usage 1 > [Download](https://github.com/nadjetey/wangana/archive/master.zip) package 2 > Fill in the details of the configuration file (/_config.yml) by uncommenting the differents and edit to taste Edit: _config.yml (general options), main.css (theme colors & fonts) ``` bat wangana/ ├── _config.yml ├── _assets/ ├── _scss/ ├── main.scss ``` 3 > Run locally with the following commands while in the root directory and view in a browser at localhost:4000 ``` bat $ jekyll build # Compile and build site files $ jekyll serve --watch # Serve site locally ``` ## Copyright & License The MIT License (MIT), Copyright (c) 2014 Nii Adjetey Sowah. [Read full document.](LICENSE)