GithubHelp home page GithubHelp logo

home's Introduction

Run from 'home' directory:

bundle exec jekyll serve

  • If the gemfile is changed, need to run bundle
  • If the config yaml is changed, (for example update theme), need to update bundle update

Plots and slides are updated on jlabl4 by the cronjob update_mauriplots_jlabl4

in the [pubs] repo. to copy:

scp /opt/projects/pubs/update_mauriplots_jlabl4.zsh ifarm:.

To install jekyll:

It can be done with ruby. The ruby-install ruby can be skipped, can use brew to overwrite the old system version, for example

brew install [email protected]
brewDir=$(brew --prefix)
if [ -d $brewDir ]; then
	export PATH=$brewDir/opt/[email protected]/bin:$PATH
fi
brew install chruby ruby-install  
(sudo) gem install jekyll

Create a new site:

Check the quickstart.

Theme Minima notes

Icons and html symbols

https://feathericons.com (need download to use)

https://icons8.com

https://www.w3schools.com/charsets/ref_utf_arrows.asp

GH-Pages

From repository:

  • Recommended: Settings > Pages
  • Source: Github Actions. If new, accept standard yaml. This will create a .github/workflows/jekyll.yml file.

In general (not recommended)

https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll

Remember to use the exact dependencies that are used on GitHub:

https://pages.github.com/versions/

Twitter links:

Use https://publish.twitter.com/#

Adding Content

The files in directories starting with an underscore are not processed by jekyll if specified in the _config.yml file like this:

# this add content to the website from the local dirs starting with _
collections:
  pi0:
    output: true

Optionally permalinks can be added for navigation.

home's People

Contributors

maureeungaro avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.