Git Product home page Git Product logo

gh-pages-minima-starter's Introduction

gh-pages-minima-starter

This is a template and some instructions for running Github Pages with the minima theme. This repo has what I consider the minimum pieces for a personal blog using Jekyll and Github Pages:

  • Frontpage that includes your last blog posts: _pages/frontpage.md
  • Archive for all your posts: _pages/archive.md
  • About page: _pages/about.md
  • Minimum 404 page: _pages/404.md
  • Minimum metadata in the _config.yml
  • Example CSS change inside assets/main.scss
  • Custom footer template _includes/footer.html

Check out the excellent minima theme documentation for further details and customization and the official docs for more details on how Github Pages work.

For more details on how to set it up locally, create content, use Github interface, etc. feel free to visit this website post or the source code here.

Do you have questions? feel free to open an issue or contact me.

Enjoy!!

gh-pages-minima-starter's People

Contributors

dependabot[bot] avatar jsanz avatar justiceo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gh-pages-minima-starter's Issues

Can not remove the excerpts

Hi, first of all thanks for sharing this template!
Secondly, I have the following question: I would like to have a simple frontpage where to share my contact, publications, etc. So, I'm trying to remove the excerpts of the blog posts in the frontpage. I commented the show_excerpts line in _config.yml file, but in the frontpage I still see them. Is there anything else I should do?

Thanks,
Alex

How to add a right navigation panel?

Thanks for the wonderful tutorials.
The tutorial contains almost everything I am looking for.

I am looking for the following to organize the content better,

  1. _posts folder should have a hierarchical directory structure to store the posts.
  2. Have a left or right navigation panel that follows the same directory structure in _posts

Images aren't displaying

I can't for the life of me get images to display when deployed via GitHub Pages. I can get them to display just fine locally (using the docker-compose up instructions) but GitHub Pages either shows nothing:

Given I have an image named github-basics.png in the /assets/imgs folder:

![]({{ site.base_url }}{% link /assets/imgs/github-basics.png %})

or it just shows a broken image:

<img src="{{ site.base_url }}{% link /assets/imgs/github-basics.png %}">

Note: This manifests when linking to images from a "post", as in *.md file in the _posts directory.

dark theme?

I'm trying to use the minima skins configuration:

minima:
  skin: dark

but it's not taking....any ideas?

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.