-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from vallss/website/new-theme
change theme and hopefully make this website work.
- Loading branch information
Showing
29 changed files
with
312 additions
and
241 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
main: | ||
- title: "About" | ||
url: /about/ | ||
# - title: "Posts" | ||
# url: /year-archive/ | ||
# - title: "Categories" | ||
# url: /categories/ | ||
# - title: "Tags" | ||
# url: /tags/ | ||
# - title: "Pages" | ||
# url: /page-archive/ | ||
# - title: "Collections" | ||
# url: /collection-archive/ | ||
# - title: "External Link" | ||
# url: https://google.com | ||
# target: _blank |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
<!-- start custom head snippets, customize with your own _includes/head-custom.html file --> | ||
<!-- start custom head snippets --> | ||
|
||
<!-- Setup Google Analytics --> | ||
{% include head-custom-google-analytics.html %} | ||
|
||
<!-- You can set your favicon here --> | ||
<!-- insert favicons. use https://realfavicongenerator.net/ --> | ||
<link rel="icon" type="image/png" href="/assets/images/favicon-96x96.png" sizes="96x96" /> | ||
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg" /> | ||
<link rel="shortcut icon" href="/assets/images/favicon.ico" /> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png" /> | ||
<link rel="manifest" href="/assets/images/site.webmanifest" /> | ||
|
||
<!-- end custom head snippets --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
layout: archive | ||
--- | ||
|
||
{{ content }} | ||
|
||
<!-- <h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3> --> | ||
|
||
{% if paginator %} | ||
{% assign posts = paginator.posts %} | ||
{% else %} | ||
{% assign posts = site.posts %} | ||
{% endif %} | ||
|
||
{% assign entries_layout = page.entries_layout | default: 'list' %} | ||
<div class="entries-{{ entries_layout }}"> | ||
{% for post in posts %} | ||
{% include archive-single.html type=entries_layout %} | ||
{% endfor %} | ||
</div> | ||
|
||
{% include paginator.html %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
layout: splash | ||
permalink: / | ||
hidden: true | ||
header: | ||
overlay_color: "#5e616c" | ||
overlay_image: /assets/images/mm-home-page-feature.jpg | ||
actions: | ||
- label: "<i class='fas fa-download'></i> Install now" | ||
url: "/docs/quick-start-guide/" | ||
excerpt: > | ||
A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios.<br /> | ||
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.2">Latest release v4.26.2</a></small> | ||
feature_row: | ||
- image_path: /assets/images/mm-customizable-feature.png | ||
alt: "customizable" | ||
title: "Super customizable" | ||
excerpt: "Everything from the menus, sidebars, comments, and more can be configured or set with YAML Front Matter." | ||
url: "/docs/configuration/" | ||
btn_class: "btn--primary" | ||
btn_label: "Learn more" | ||
- image_path: /assets/images/mm-responsive-feature.png | ||
alt: "fully responsive" | ||
title: "Responsive layouts" | ||
excerpt: "Built with HTML5 + CSS3. All layouts are fully responsive with helpers to augment your content." | ||
url: "/docs/layouts/" | ||
btn_class: "btn--primary" | ||
btn_label: "Learn more" | ||
- image_path: /assets/images/mm-free-feature.png | ||
alt: "100% free" | ||
title: "100% free" | ||
excerpt: "Free to use however you want under the MIT License. Clone it, fork it, customize it... whatever!" | ||
url: "/docs/license/" | ||
btn_class: "btn--primary" | ||
btn_label: "Learn more" | ||
--- | ||
|
||
{% include feature_row %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
layout: single | ||
title: "Welcome to Jekyll!" | ||
date: 2024-11-16 15:25:55 +0100 | ||
categories: jekyll update | ||
--- | ||
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. | ||
|
||
Jekyll requires blog post files to be named according to the following format: | ||
|
||
`YEAR-MONTH-DAY-title.MARKUP` | ||
|
||
Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works. | ||
|
||
Jekyll also offers powerful support for code snippets: | ||
|
||
{% highlight ruby %} | ||
def print_hi(name) | ||
puts "Hi, #{name}" | ||
end | ||
print_hi('Tom') | ||
#=> prints 'Hi, Tom' to STDOUT. | ||
{% endhighlight %} | ||
|
||
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. | ||
|
||
[jekyll-docs]: https://jekyllrb.com/docs/home | ||
[jekyll-gh]: https://github.com/jekyll/jekyll | ||
[jekyll-talk]: https://talk.jekyllrb.com/ |
Oops, something went wrong.