Coder Social home page Coder Social logo

catbook's Introduction

An Exhibition of a Hunger Artist

Here is the blog of WHY: https://einhungerkuenstler.github.io

Contents

Rationale

In March 2023, I had an idea to create my own personal webpage. Finally, after finishing my exams and during the summer vacation, I found the time to complete it. The main purpose of this webpage is to share some notes I've written on mathematics and physics. Additionally, I'll be sharing my interests in music, literature, philosophy, data science, quantitative finance and more. If I'm not feeling too lazy, I might also share some thoughts and experiences on this website!

Theme

I use the theme catbook

I have not changed any style of this theme, at least for now.

Maths

I decide to use Katex to render my maths. To get it to work, I just added the following html into my head.html file under my _includes/ folder:

<!-- Katex -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-GvrOXuhMATgEsSwCs4smul74iXGOixntILdUW9XmUC6+HX0sLNAK3q71HotJqlAn" crossorigin="anonymous">

<!-- The loading of KaTeX is deferred to speed up page rendering -->
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-cpW21h6RZv/phavutF+AuVYrr+dA8xD9zs6FwLpaCct6O9ctzYFfFr4dgmgccOTx" crossorigin="anonymous"></script>

<!-- To automatically render math in text elements, include the auto-render extension: -->
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" crossorigin="anonymous"
    onload="renderMathInElement(document.body);"></script>

Remeber you just could $$ but $ could not work.

For example, $$\int_{-\infty}^\infty e^{-x^2} dx = \sqrt{\pi}$$

license

MIT License

catbook's People

Contributors

einhungerkuenstler avatar faketiml avatar ncorder avatar riveronvenus avatar starry99 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

Watchers

 avatar  avatar

catbook's Issues

Commnets

Hello! Thanks you to ur serving this catbook git blog tool.!
i have some trouble in using this.
i wanna use the comment function in my blog but that`s not applied to my posts.

title:
categories:
*comments: true *. <--this part

how can i activate the comment function in my github blog?

thank you!

nav bar changes on some pages

the best theme, thank you!

an issue is that the navigation bar changes depending on the post.

compare the home page here to the blog post here. it's skipping \n between the different pages.

my repo is here.
thanks for any help you are willing to provide.

disqus comments

I modified the _include/disqus.html file, and I also set the disqus_shortname in the _config.yml file. Why doesn't the comment window appear on the post?

Is there anything else I need to do? I can't even see it on the demo page.

Pull requests mistakenly merged

Sorry that I accidentally created a pull request - and it seems that you accidentally merged it too. This results in your GitHub page being overwritten by my page right now. Maybe you can revert to the version before you merged my pull request?

error upon `jekyll serve`

with the new version of jekyll, the site does not launch upon jekyll serve.

Error: Declarations may only be used within style rules.
    ╷
180 │         margin-top: 2rem;
    │         ^^^^^^^^^^^^^^^^
    ╵
  /Users/cokes/catbook/assets/css/main.scss 180:9  @content
  _flexible.scss 21:9                              mobile-only()
  /Users/cokes/catbook/assets/css/main.scss 179:5  root stylesheet
  Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/main.scss':
                    Declarations may only be used within style rules.
                    ------------------------------------------------
      Jekyll 4.3.1   Please append `--trace` to the `serve` command
                     for any additional information or backtrace.
                    ------------------------------------------------
/opt/homebrew/lib/ruby/gems/3.1.0/gems/jekyll-sass-converter-3.0.0/lib/jekyll/converters/scss.rb:175:in `rescue in convert': Declarations may only be used within style rules. (Jekyll::Converters::Scss::SyntaxError)

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.