Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtnzorlu/qufe
jekyll-theme-qufe
https://github.com/mtnzorlu/qufe
jekyll-blog jekyll-theme jekyll-themes personal-blog
Last synced: 25 days ago
JSON representation
jekyll-theme-qufe
- Host: GitHub
- URL: https://github.com/mtnzorlu/qufe
- Owner: mtnzorlu
- License: mit
- Created: 2023-01-15T09:52:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T12:06:42.000Z (almost 2 years ago)
- Last Synced: 2024-12-15T00:42:20.142Z (about 2 months ago)
- Topics: jekyll-blog, jekyll-theme, jekyll-themes, personal-blog
- Language: SCSS
- Homepage: https://mtnzorlu.github.io/qufe/
- Size: 2.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# jekyll-theme-qufe
A blog theme with a personalized feel.
![screenshot](/assets/img/ss1.png)
![screenshot](/assets/img/ss2.png)
## Installation
Download files:
git clone https://github.com/mtnzorlu/qufe.git
Go to directory with terminal command:
cd qufe
Build the Site:
jekyll build
Run:
bundle exec jekyll serve
And open:
http://127.0.0.1:4000/qufe/
## Gem Based
Change the index.markdown file to index.html. It includes:
---
layout: main
---{{ content }}
Add your Jekyll site into gemfile:
gem 'webrick'
gem 'jekyll-theme-qufe', '~> 0.2.0'And change:
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem "jekyll-paginate"
endIn the _config.yml file enter:
paginate: 5
theme: jekyll-theme-qufe
plugins:
- jekyll-feed
- jekyll-paginateAnd execute:
bundle
Run:
bundle exec jekyll serve
And open:
http://127.0.0.1:4000
## Note:
If your site is in the root directory, the baseurl must be empty. Replace _config.yml:
baseurl: ""
Edit or change some parts of the _config_yml file. For example, enter your own social media usernames in the relevant lines.
twitter_username: your_name
To set the cover photo, modify the head.html file:
There are 4 options:
kapak-0, kapak-1 kapak-2, kapak-3
Use _config yml to change other things.
Title, description, footer_desc.
## License
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).