Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shalithasuranga/blog
My Tech blog
https://github.com/shalithasuranga/blog
jekyll personal-blog static
Last synced: about 1 month ago
JSON representation
My Tech blog
- Host: GitHub
- URL: https://github.com/shalithasuranga/blog
- Owner: shalithasuranga
- License: mit
- Created: 2017-08-10T02:53:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T06:05:26.000Z (about 6 years ago)
- Last Synced: 2024-10-16T01:21:12.564Z (3 months ago)
- Topics: jekyll, personal-blog, static
- Language: CSS
- Homepage: http://shalithasuranga.me/blog/
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Tale
Tale is a minimal Jekyll theme curated for storytellers. Checkout the demo [here](https://chesterhow.github.io/tale/).![Tale screenshot](http://i.imgur.com/pXZrtmo.png)
## Features
- Compatible with GitHub Pages
- Responsive design (looks just as good on mobile)
- Syntax highlighting, with the help of Pygments
- Markdown and HTML text formatting
- Pagination of posts## Usage
### 1. Fork and Clone
Fork this repository then clone it.### 2. Install dependencies
Tale uses Jekyll's built-SCSS compiler to generate CSS. You'll need to install the Jekyll gem:```bash
$ gem install jekyll
```### 3. Create your site
Edit the `_config.yml` file to suit your site. Also replace posts and content with your own.### 4. Running Locally
To test your site locally, run this in your site's root directory```bash
$ jekyll serve --watch
```Head to http://localhost:4000 to see your site in action.
## Contributing
Found a bug or have a suggestion? Feel free to create an issue or make a pull request!## License
See [LICENSE](https://github.com/chesterhow/tale/blob/master/LICENSE)