Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
enokoneko committed Oct 31, 2024
1 parent 6274b09 commit 7204caf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ theme: jekyll-theme-minimal
remote_theme: pages-themes/[email protected]
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one
title: [e]
title: [eno]
description: []
22 changes: 2 additions & 20 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,16 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
<img src="{{site.logo | relative_url}}" alt="Logo" />
{% endif %}

<p>{{ site.description | default: site.github.project_tagline }}</p>
<!-- <p>{{ site.description | default: site.github.project_tagline }}</p> -->

<!-- {% if site.github.is_project_page %}
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
{% endif %}
{% if site.github.is_user_page %}
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
{% endif %}
{% if site.show_downloads %}
<ul class="downloads">
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
</ul>
{% endif %} -->
</header>
<section>

{{ content }}

</section>
<footer>
{% if site.github.is_project_page %}
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
{% endif %}
<p><small>Hosted on GitHub Pages</small></p>
<!-- <p><small>Hosted on GitHub Pages</small></p> -->
</footer>
</div>
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
Expand Down
6 changes: 4 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ layout: home
### [Carpet-demo](https://carpet-bx6.pages.dev)
A visual way to help you to connect history thread horizontally and vertically.

### [Time progress](../time-progress/)
Perpetual calendar for the web for myself. Compatible with [Plash](https://sindresorhus.com/plash)
### [Time progress](../page/time-progress/)
Perpetual calendar for the web for myself. Compatible with [Plash](https://sindresorhus.com/plash)

---

0 comments on commit 7204caf

Please sign in to comment.