Skip to content

Commit

Permalink
jekyll build from Action f6b35a2
Browse files Browse the repository at this point in the history
  • Loading branch information
supermarioblock committed Mar 4, 2024
0 parents commit 5c1b882
Show file tree
Hide file tree
Showing 55 changed files with 18,849 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
286 changes: 286 additions & 0 deletions 404/index.html

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Magicblock blog

Magicblock uses as blog the following Jekyll Theme by WowThemes.net

## Jekyll Theme - Mundana by WowThemes.net

[Live Demo](https://wowthemesnet.github.io/mundana-theme-jekyll/)   |  
[Download](https://github.com/wowthemesnet/mundana-theme-jekyll/archive/master.zip)   |  
[Buy me a coffe](https://www.wowthemes.net/donate/)   |   [Documentation](https://bootstrapstarter.com/mundana-theme-jekyll/)   |  
[WordPress version](https://www.wowthemes.net/themes/mundana-wordpress/)

### Documentation

[How to install & use](https://bootstrapstarter.com/bootstrap-templates/mundana-theme-jekyll/)

### Copyright

Copyright (C) 2024 Magicblock
305 changes: 305 additions & 0 deletions about.html

Large diffs are not rendered by default.

208 changes: 208 additions & 0 deletions assets/css/codestyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,208 @@
.highlight table td { padding: 5px; }
.highlight table pre { margin: 0; }
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
color: #5e5d83;
font-style: italic;
}
.highlight .cm {
color: #5e5d83;
font-style: italic;
}
.highlight .c1 {
color: #5e5d83;
font-style: italic;
}
.highlight .cp {
color: #465457;
font-weight: bold;
}
.highlight .cs {
color: #465457;
font-weight: bold;
font-style: italic;
}
.highlight .err {
color: #f8f8f2;
background-color: #403d3d;
}
.highlight .gi {
color: #a6e22e;
}
.highlight .gd {
color: #f92672;
}
.highlight .ge {
color: #1b1d1e;
font-style: italic;
}
.highlight .gr {
color: #f92672;
}
.highlight .gt {
color: #f92672;
}
.highlight .gh {
color: #403d3d;
}
.highlight .go {
color: #403d3d;
}
.highlight .gp {
color: #66d9ef;
}
.highlight .gs {
font-weight: bold;
}
.highlight .gu {
color: #465457;
}
.highlight .k, .highlight .kv {
color: #66d9ef;
font-weight: bold;
}
.highlight .kc {
color: #66d9ef;
font-weight: bold;
}
.highlight .kd {
color: #66d9ef;
font-weight: bold;
}
.highlight .kp {
color: #66d9ef;
font-weight: bold;
}
.highlight .kr {
color: #66d9ef;
font-weight: bold;
}
.highlight .kt {
color: #66d9ef;
font-weight: bold;
}
.highlight .kn {
color: #f92672;
font-weight: bold;
}
.highlight .ow {
color: #f92672;
font-weight: bold;
}
.highlight .o {
color: #f92672;
font-weight: bold;
}
.highlight .mf {
color: #af87ff;
}
.highlight .mh {
color: #af87ff;
}
.highlight .il {
color: #af87ff;
}
.highlight .mi {
color: #af87ff;
}
.highlight .mo {
color: #af87ff;
}
.highlight .m, .highlight .mb, .highlight .mx {
color: #af87ff;
}
.highlight .se {
color: #af87ff;
}
.highlight .sb {
color: #d7d787;
}
.highlight .sc {
color: #d7d787;
}
.highlight .sd {
color: #d7d787;
}
.highlight .s2 {
color: #d7d787;
}
.highlight .sh {
color: #d7d787;
}
.highlight .si {
color: #d7d787;
}
.highlight .sx {
color: #d7d787;
}
.highlight .sr {
color: #d7d787;
}
.highlight .s1 {
color: #d7d787;
}
.highlight .ss {
color: #d7d787;
}
.highlight .s, .highlight .sa, .highlight .dl {
color: #d7d787;
}
.highlight .na {
color: #a6e22e;
}
.highlight .nc {
color: #a6e22e;
font-weight: bold;
}
.highlight .nd {
color: #a6e22e;
font-weight: bold;
}
.highlight .ne {
color: #a6e22e;
font-weight: bold;
}
.highlight .nf, .highlight .fm {
color: #a6e22e;
font-weight: bold;
}
.highlight .no {
color: #66d9ef;
}
.highlight .bp {
color: #f8f8f2;
}
.highlight .nb {
color: #f8f8f2;
}
.highlight .ni {
color: #f8f8f2;
}
.highlight .nn {
color: #f8f8f2;
}
.highlight .vc {
color: #f8f8f2;
}
.highlight .vg {
color: #f8f8f2;
}
.highlight .vi {
color: #f8f8f2;
}
.highlight .nv, .highlight .vm {
color: #f8f8f2;
}
.highlight .w {
color: #f8f8f2;
}
.highlight .nl {
color: #f8f8f2;
font-weight: bold;
}
.highlight .nt {
color: #f92672;
}
.highlight {
color: #f8f8f2;
background-color: #1b1d1e;
}
Loading

0 comments on commit 5c1b882

Please sign in to comment.