Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Aug 10, 2023
1 parent b4e9cd1 commit 85dbc17
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 19 deletions.
6 changes: 3 additions & 3 deletions _data/menus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
url: /
external: false

- title: archive
url: /archive/
- title: posts
url: /posts/
external: false

- title: About
- title: about
url: /about/
external: false
6 changes: 3 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="footer">
<a class="footer_item" href="/feed.xml">rss</a>
<span class="footer_item">&copy; {{ site.time | date: "%Y" }}</span>
<span class="footer_item">&copy; {{ site.time | date: "%Y" }} Dragos Daian</span>
<small class="footer_copyright">
<!-- Klisé Theme: https:/piharpi/jekyll-klise -->
<a
Expand All @@ -24,7 +24,7 @@
galite.UA = "{{ site.google_analytics }}";
</script>
{%- endif -%}
{%- if page.url == '/archive/' -%}
{%- if page.url == '/posts/' -%}
<script src="/assets/js/search.min.js"></script>
<script>
var sjs = SimpleJekyllSearch({
Expand All @@ -33,4 +33,4 @@
json: '/assets/search.json',
});
</script>
{%- endif -%}
{%- endif -%}
9 changes: 1 addition & 8 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@
home: true
---

<h3 class="posts-item-note" aria-label="Sketchbooks">sketchbooks</h3>
<ul>
<li>
<a href="https://appsinacup.com/sketchbooks/">sketchbooks</a>
</li>
</ul>

<h3 class="posts-item-note" aria-label="Projects">browser demo</h3>
<h3 class="posts-item-note" aria-label="Projects">projects</h3>

<main class="page-content" aria-label="Content">
{% include anchor_headings.html html=content anchorClass="anchor-head" beforeHeading=true h_min=4 h_max=4 %}
Expand Down
14 changes: 11 additions & 3 deletions about.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
---
title: About
title: about
permalink: /about/
layout: page
excerpt: About Apps In A Cup
excerpt: about apps in a cup (of coffee)
comments: false
---

Making Godot Plugins. Also working on a 2d cooking game.
Hey Hey! I'm Dragos Daian. I am working on 2 plugins for Godot at the moment.

I use this blog to give updates.

You can find Godot Box2D on [GitHub](https:/appsinacup/godot-box2d) or [Godot Asset Library](https://godotengine.org/asset-library/asset/2007).
You can find Godot SoftBody2D on [GitHub](https:/appsinacup/godot-softbody2d) or [Godot Asset Library](https://godotengine.org/asset-library/asset/1621).
There is a [Discord Server](https://discord.com/invite/56dMud8HYn).

This site was created using [klisé](https:/piharpi/jekyll-klise) theme on [jekyll](https://jekyllrb.com).
4 changes: 2 additions & 2 deletions archive.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: archive
permalink: /archive/
title: posts
permalink: /posts/
layout: page
excerpt: all post.
comments: false
Expand Down

0 comments on commit 85dbc17

Please sign in to comment.