Giter Club home page Giter Club logo

Comments (4)

 avatar commented on August 22, 2024

There is no problem with the about link. Create a folder called about then inside that folder create a file called index.md.

You can do footnotes with kramdown and I sugest that you use kramdown instead, it is one of the Jekyll default options.

gem update
gem install kramdown
# If use rbenv
rbenv rehash
[^tag]

[^tag]: the footnote

They are are automatically assigned numbers based on the order they appear in the text.

Update the config file to markdown: kramdown and you should be good to go

from scribble.

jdkram avatar jdkram commented on August 22, 2024

Thanks for the pointers!


/about solutions

I think my problem had come about after I'd:

  1. Stupidly put one my posts in the category 'about'
  2. jekyll build

  3. Realised my mistake, recategorised the posts.
  4. jekyll build

  5. Despair.

but then still had issues with the /about/ link, and so came upon rebuilding and using the line

permalink: about/ 

which seems to work just fine and requires fewer steps.

Ignoring all that, I think I'll implement your solution as it'll let me have multiple pages within /about/, which I might feasibly desire.


kramdown over redcarpet

Regarding using kramdown: thank you! Works a treat. Always refreshingly lovely to have such positive interactions on the web. I stumbled across the sloppier solution I'd implemented as that was all I could find on Google - I'll write up a short summary of footnoting with Jekyll. This was the most recent and relevant article I could find - I've notified the author as a correction to their article is far more likely to be seen than my website.

from scribble.

muan avatar muan commented on August 22, 2024

Thank you so much @matthew-campbell for taking care of this issue!! 💕

@jdkram For more information about permalink, you can read more here. As for now, I see this theme's default setup is using 'none', so if you change it to 'pretty', it will work without having to moving the file into folders. But bear in mind that paths to your posts will change as well.

from scribble.

jdkram avatar jdkram commented on August 22, 2024

@muan thanks. I'll stick with 'none' and use one of the two workarounds above, I like the simplicity of a title w/o date.

Thanks again for the sweet theme.

from scribble.

Related Issues (20)

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.