Coder Social home page Coder Social logo

creativeself0.github.io's Introduction

Credit: NichtsHsu Personal blog based on Chirpy theme customization, click here to enter.

996.icu

Differences from the original Chirpy:

  • On the original supported commenting systems Disqus, Utterances and Giscus, add support for Valine / Waline comment system, see _config.yml comments` and their respective configuration sections. It is recommended to consider using Waline instead of Valine.

  • Using Zhihu-style 404 interface, you can return to the home page or return to the previous page.

  • Added sharing to Line, QQ, Qzone and Weibo, see _data/share.yml.

  • Use iconfont instead of Font Awesome, there are more icon options, see _config.yml iconfont_css`.

  • Added external links block to the right sidebar, see _data/external_links.yml.

  • Freely control which blocks are displayed on the right sidebar in the post. See panel in _config.yml.

  • Added subdomain page. See _data/subdomain.yml. Just delete _tabs/subdomain.md if you don't need this page.

  • Added the style of <details> tag and modified the style of blockquote.

  • Use table styles adapted from just the docs.

  • Applied code coloring to inline code segments, e.g. `let fuck_rust = 114514;`{:.language-rust}.

  • Use Fira Code as the code snippet font. By default, Ligature is not enabled for inline code, but is enabled for block code. Siamese is disabled in shell languages ​​for some reason.

  • In the dark theme, the title and bold content are indistinguishable in the white text, and the glow effect is added to highlight it.

  • Can configure to highlight certain lines in the code segment, refer to here.

  • To run the code to display the output (under development, some languages ​​are currently supported), you need to add {: run="lang" } to the next line of the code segment, for example:

    ```rust
    fn main() {
        println!("hello world");
    }

    {: run="rust" }

    
    Language support:
    | Supported languages ​​| `run="lang"` parameter | backend |
    | :-: | :-: | :-: |
    | C++ | `run="cpp"` | [Coliru](https://coliru.stacked-crooked.com/) |
    | JavaScript | `run="javascript"` | N/A (local) |
    | Rust | `run="rust"` | [Rust Playground](https://play.rust-lang.org/) |
    
    

If you like my customized version, welcome to Fork, but please modify the id of google_analytics in _config.yml, the server of waline, and the domain name configured in the CNAME file, please do not use my configuration.

Typically, upstream/master is merged at least once a week to track new features.

The original version of Chirpy will also be kept in sync in the original-chirpy branch.

creativeself0.github.io's People

Contributors

cotes2020 avatar nichtshsu avatar ma7dev avatar creativeself0 avatar dependabot-preview[bot] avatar zakkemble avatar mattpopovich avatar sillebille avatar brootware avatar mpavelka avatar fwolfst avatar karlsandin avatar marnick39 avatar paulovitorweb avatar periecle avatar ryantg avatar tamschi avatar codacy-badger avatar onevcat avatar blacksheep-git avatar ternbusty avatar mirusu400 avatar hepheir avatar joshjohanning avatar jatinsanghvi avatar honnix avatar higherorderlogic avatar coolhva avatar sapatekno avatar fierythunder avatar

Watchers

 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.