Skip to content

Almantask/philosophers-timeline

 
 

Repository files navigation

Philosophers Timeline

Philosophers of the ages. A website to capture my (Almantas) personal knowledge of the greatest philosophers of all time and cultures. It's not supposed to serve as an accurate collection of information, or be a complete list, but rather things I find practical and useful to share.

The page supports quick search by a date (from-to, from, -to) or any phrase.

CI

Deploy

Once you run npm run-script build, you will see a _site directory containing static HTML/CSS/JS files with your site content. You can now use any static site hosting to deploy these files!

GitHub pages

To deploy your static site on GitHub pages (free), create a branch containing the static files in the root directory by running git subtree push --prefix _site origin gh-pages. Then you can go to your repository's Settings > Pages options and choose "Deploy from a branch", then select gh-pages as the branch.

Github Pages config settings. Under 'Build and deployment', Source is set to 'Deploy from a branch', branch is set to 'gh-pages', and the folder is set to '/ (root)'.

Under the hood

This project uses

This project is baded on https://github.com/molly/static-timeline-generator.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.2%
  • Sass 6.8%
  • EJS 4.0%