al-folio | A beautiful, simple, clean, and responsive Jekyll theme for academics | Theme library
kandi X-RAY | al-folio Summary
kandi X-RAY | al-folio Summary
A beautiful, simple, clean, and responsive Jekyll theme for academics
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- format locale helper
- the main entry parser
- Matches a given token against the grammar and returns it .
- Format a locale .
- add meta tags
- Creates new format specifier
- Creates an interval that will be used as an interval
- Adds additional elements to the data - object
- Add additional components to the page
- Format a number .
al-folio Key Features
al-folio Examples and Code Snippets
Community Discussions
Trending Discussions on al-folio
QUESTION
I have a simple question and I couln't find answer on the web.
I am trying to use this theme https://alshedivat.github.io/al-folio/
But it has white background.
I want it inverted i.e. black background.
Like the one that I can get in my browser by using an extension like https://chrome.google.com/webstore/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh?hl=en
Is it possible in Jekyll? How to accomplish this.
Thanks
...ANSWER
Answered 2018-Apr-10 at 18:08Yes that is possible. Use this (additional) CSS:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install al-folio
Assuming you have Ruby and Bundler installed on your system (hint: for ease of managing ruby gems, consider using rbenv), first fork the theme from github.com:alshedivat/al-folio to github.com:<your-username>/<your-repo-name> and do the following:. Now, feel free to customize the theme however you like (don't forget to change the name!). After you are done, commit your final changes.
Rename your repository to <your-github-username>.github.io or <your-github-orgname>.github.io.
In _config.yml, set url to https://<your-github-username>.github.io and leave baseurl empty.
Set up automatic deployment of your webpage (see instructions below).
Make changes, commit, and push!
After deployment, the webpage will become available at <your-github-username>.github.io.
In _config.yml, set url to https://<your-github-username>.github.io and baseurl to /<your-repository-name>/.
Set up automatic deployment of your webpage (see instructions below).
Make changes, commit, and push!
After deployment, the webpage will become available at <your-github-username>.github.io/<your-repository-name>/.
Click on Actions tab and Enable GitHub Actions; do not worry about creating any workflows as everything has already been set for you.
Make any other changes to your webpage, commit, and push. This will automatically trigger the Deploy action.
Wait for a few minutes and let the action complete. You can see the progress in the Actions tab. If completed successfully, in addition to the master branch, your repository should now have a newly built gh-pages branch.
Finally, in the Settings of your repository, in the Pages section, set the branch to gh-pages (NOT to master). For more details, see Configuring a publishing source for your GitHub Pages site.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page