Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knhash/Pudhina
A simple, minimal Jekyll theme for a personal web page and blog, focusing on white space and readability
https://github.com/knhash/Pudhina
blog css html jekyll
Last synced: 18 days ago
JSON representation
A simple, minimal Jekyll theme for a personal web page and blog, focusing on white space and readability
- Host: GitHub
- URL: https://github.com/knhash/Pudhina
- Owner: knhash
- License: mit
- Created: 2018-03-26T10:13:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T21:11:42.000Z (about 2 years ago)
- Last Synced: 2024-08-01T00:39:21.286Z (3 months ago)
- Topics: blog, css, html, jekyll
- Language: CSS
- Homepage: https://knhash.github.io/Pudhina/
- Size: 986 KB
- Stars: 101
- Watchers: 2
- Forks: 199
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Pudhina
A simple, minimal [Jekyll](jekyllrb.com) theme for a personal web page and blog, focusing on white space and readability[Click here](https://knhash.github.io/Pudhina/) to see the theme in action. Note that the download PDF button redirects to 404 due to lack of the file. This is by design, to demonstrate the Glitch effect therein.
## Screenshots
![Home](https://raw.githubusercontent.com/Knhash/Pudhina/master/screenshots/home.png?raw=true "Home")
![Blog](https://raw.githubusercontent.com/Knhash/Pudhina/master/screenshots/blog.png?raw=true "Blog")
![Resume](https://raw.githubusercontent.com/Knhash/Pudhina/master/screenshots/resume.png?raw=true "Resume")
![Post](https://raw.githubusercontent.com/Knhash/Pudhina/master/screenshots/post.png?raw=true "Post")
![404](https://raw.githubusercontent.com/Knhash/Pudhina/master/screenshots/404.png?raw=true "404")## Features
- Simple, minimal and clean
- Blog posts categorised
- Responsive
- Syntax Highlighter (using [highlight.js](https://highlightjs.org/)).
- Font-Awesome Icons.
- Glitchy 404 page## How to use it
- Start by cloning the repository, then check the `_config.yml` file and change it accordingly. Note that the `title` property is what will be displayed as logo.
- Execute `jekyll serve` and head to [localhost:4000](http://127.0.0.1:4000) to see the results locally.## Customization
- Change main picture and icon in `/assets/img/pudhina`.
- Change main details regarding site in `_config.yml`.
- Configure `index.md` for the main page, `blog.md` for Blog listing and `resume.md` for Resume page.
- CSS properties can be found in `/assets/css/main.css`.
- New posts to be created in the `/_posts/` directory, follow the naming convention used in samples. Front-matter requires title, subtitle, categories and date.## Credits
Inspired by the theme [Daktilo](https://github.com/kronik3r/daktilo)## License
The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).