Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victoralessander/victoralessander.github.io
https://github.com/victoralessander/victoralessander.github.io
portfolio-website
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/victoralessander/victoralessander.github.io
- Owner: VictorAlessander
- License: mit
- Created: 2017-08-23T00:41:31.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T21:29:00.000Z (6 months ago)
- Last Synced: 2024-07-06T02:22:55.414Z (6 months ago)
- Topics: portfolio-website
- Language: HTML
- Size: 2.11 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Plain
> The Plain is a minimalist Jekyll theme, ideally designed for your personal blog use. This Jekyll theme provides a minimum distraction so you can focus on writing that matters to you and your readers. This theme is originally inspired from [Leonard Lamprecht's _leo_ theme](https://github.com/leo/leo.github.io).
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) ![GENERATOR](https://img.shields.io/badge/made_with-jekyll-blue.svg) ![VERSION](https://img.shields.io/badge/current_version-4.0-green.svg) ![TRAVIS-CI](https://travis-ci.org/heiswayi/the-plain.svg?branch=master)
- **Demo:** https://heiswayi.github.io/the-plain/
![SCREENSHOT](https://i.imgur.com/FITKN1H.png)
## Usage
### On an unlimited Jekyll host
> **NOTE** This does NOT work on GitHub, see the next section.
Put this in your *Gemfile*:
gem 'the-plain'
and run `bundle install` to install the plugin.
Add this to your sites *_config.yml* file:
theme: the-plain
Then copy some of the settings from this repo's *_config.yml* file to your own, and modify them.
### On GitHub
GitHub - for your user account pages or repository gh-pages - only supports a limited set of themes.
Therefore, you need to use the 'remote\_theme:' setting instead of 'theme:', which is supported by [a 3rd party plugin](https://github.com/benbalter/jekyll-remote-theme).
Put this in your *Gemfile*:
gem 'jekyll-remote-theme'
and run `bundle install` to install the plugin.
Add the following to your site's *_config.yml* to activate the plugin and to select this theme:
plugins:
- jekyll-remote-themeremote_theme: heiswayi/the-plain
This will grab the theme directly from the GitHub repo.
Now copy some of the settings from this repo's *_config.yml* file to your own, and modify them.
## Authors
- [**Heiswayi Nrird**](https://heiswayi.nrird.com)
See also the list of [contributors](https://github.com/heiswayi/the-plain/graphs/contributors) who participated in this project.
## License
[MIT](LICENSE)