Giter Site home page Giter Site logo

website's Introduction

HerBitcoin Jekyll Template

last updated on 809616

Table of Contents

Content on HerBitcoin

Feel free to make any request for an update and add data.

Meetups

Please refer to the already existing entries at _data/meetups.yml Add any new blog article to that file in exactly the same styling!

Blog Article

Please refer to the already existing entries at _data/articles.yml Add any new blog article to that file in exactly the same styling!

Podcast

Please refer to the already existing entries at _data/podcasts.yml Add any new podcast to that file in exactly the same styling!

Videos

Please refer to the already existing entries at _data/videos.yml Add any new video to that file in exactly the same styling!

When adding a video from youtube - the embeded link is required. You can get the link out of the embeded code on youtube.

Example:

https://www.youtube.com/embed/UG7zLhEWanc"

Docs

Template

  • This template uses Jekyll, Bootstrap 5.3.1, Font Awesome 6.4.2

LocalDev

bundle exec jekyll serve

Further reading

For more details, visit the jekyll documentation website.

Troubleshooting

Setup Ruby MAC

ruby -v | check if version is correct = 3.1.3
brew install rbenv | install rbenv if not already installed - check with rbenv -v
rbenv init
rbenv install 3.1.3 | if not available
rbenv global 3.1.3 | set new version
copy paste output into terminal e.g. eval "$(rbenv init - bash)"
ruby -v | check if version is correct = 3.1.3

Short Re-Setup way

bundle exec jekyll serve
copy paste output into terminal e.g. eval "$(rbenv init - bash)"
rbenv global 3.1.3
ruby -v | check if version is correct = 3.1.3

then start again with: bundle exec jekyll serve

Git

Push changes

git status | check changed files
git add . | add all changes
git commit -m "my commit message" | set a commit message
git push origin main | push changes to main repo

Pull changes

git pull origin main

website's People

Contributors

jeannyinthebottle avatar veronikakuett avatar fichte42 avatar rolandschellhorn 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.