Welcome to my page.
This page is made with no style, please
theme for jekyll + github pages.
First, you need to install jekill.
You can edit anything and run the following command.
bundle exec jekyll serve
Then, you can go to http://localhost:4000
In order to add/edit/delete entries from the main menu, you have to edit the menu.yml
file inside _data
folder. Through that file you can define the structure of the menu. Take a look at the default configuration to get an idea of how it works and read on for a more comprehensive explanation.
The menu.yml
file accepts the following fields:
entries
define a new unordered list that will contain menu entries- each entry is marked by a
-
at the beginning of the line - each entry has the following attributes:
title
, which defines the text to render for that menu entryurl
, which can either be a URL orfalse
. If it isfalse
, the entry will be rendered as plain text; otherwise the entry will be rendered as a link pointing to the specified URL. Note that the URL can either be relative or absolute.post_list
, which can betrue
orfalse
. If it is true, the entry will have all posts in the site as subentries. This is used to render your post list.entries
, yes, you can have entries inside entries. In this way you can create nested sublists!
This theme provides dark mode by inverting all colors of light mode throught the CSS invert()
function. This approach would also invert the color of all images, but, since this is not the behaviour one would expect, images are not inverted by default.
However, if you would like to force the color inversion on a specific image you can do so by applying class="ioda"
to that image ("ioda" stands for "invert on dark appearance"). See the image in the overview post for an example of this approach. Note that color inversion will take place only when the theme has dark appearance!
For example, if you have a black and white image it could make sense to invert it in dark mode. On the other hand, a colorful image will probably look bad if inverted.
- Love
- No style, please. A (nearly) no-CSS, fast, minimalist Jekyll theme.