From b0bb6eeee29af942f16bfb9d91759250eec1d580 Mon Sep 17 00:00:00 2001 From: "Andrei Jiroh Halili (RecapTime.dev)" Date: Thu, 2 May 2024 14:49:16 +0000 Subject: [PATCH] chore(global): general website updates BTS Signed-off-by: Andrei Jiroh Halili (RecapTime.dev) --- _config.yml | 1 + _data/authors.yml | 3 +++ _layouts/post.liquid | 8 +++----- _posts/2023-08-10-hello-world.md | 7 +++++++ _sass/custom/custom.scss | 1 + _sass/custom/setup.scss | 1 + docs/updates.md | 14 ++++++++++++++ 7 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 _sass/custom/custom.scss create mode 100644 _sass/custom/setup.scss create mode 100644 docs/updates.md diff --git a/_config.yml b/_config.yml index 43a0184..f9b0ebd 100644 --- a/_config.yml +++ b/_config.yml @@ -78,6 +78,7 @@ exclude: - README.md - .tool-versions - LICENSE + - packages/ include: - .well-known - _redirects \ No newline at end of file diff --git a/_data/authors.yml b/_data/authors.yml index 7e16b14..4be95cb 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -2,11 +2,14 @@ squad: name: Recap Time Squad members avatar: "https://avatars.githubusercontent.com/u/55875459?s=256&v=4" url: "https://recaptime.dev/about" + role: staff + twitter: RecapTimeSquad ajhalili2006: name: "~ajhalili2006" avatar: "https://0.gravatar.com/avatar/176d5e1c21771011f19e8215fdb9934c8b94cfbd09abb411c5b6e7f22b583231?size=256" url: "https://andreijiroh.xyz" role: "staff" + twitter: ajhalili2006 unknown: name: Anonymous Writer avatar: diff --git a/_layouts/post.liquid b/_layouts/post.liquid index d5ab726..4c2062d 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -2,10 +2,8 @@ layout: default --- -
-

{{ page.title }}

+

{{ page.title }}

- {% include blog/post_info.liquid author=page.author date=page.date %} +{% include blog/post_info.liquid author=page.author date=page.date %} - {{ content }} -
\ No newline at end of file +{{ content }} \ No newline at end of file diff --git a/_posts/2023-08-10-hello-world.md b/_posts/2023-08-10-hello-world.md index a6278ce..7a6a18a 100644 --- a/_posts/2023-08-10-hello-world.md +++ b/_posts/2023-08-10-hello-world.md @@ -7,6 +7,13 @@ tags: - Website Updates --- +_**EDIT 2024-04-21**: We switched again to Just The Docs theme with a fresh commit history at [`f116de44`][deploykit-revamp]. +We'll be posting a update regarding that and more soon. Original text goes below._ + +[deploykit-revamp]: https://github.com/recaptime-dev/website-next/commit/f116de446ad7a7daf2db99eea5941a116e950300 + +--- + Welcome to our revamped website! We're currently migrating some content from our old website[^1] as we'll be switching up to Jekyll with the [Type on Strap](https://github.com/sylhare/Type-on-Strap) theme behind the scenes. It might take some time before we migrate all content here for obvious reasons, including diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss new file mode 100644 index 0000000..ac8445a --- /dev/null +++ b/_sass/custom/custom.scss @@ -0,0 +1 @@ +// custom SCSS (or CSS) goes here diff --git a/_sass/custom/setup.scss b/_sass/custom/setup.scss new file mode 100644 index 0000000..c3b0a94 --- /dev/null +++ b/_sass/custom/setup.scss @@ -0,0 +1 @@ +// custom setup code goes here diff --git a/docs/updates.md b/docs/updates.md new file mode 100644 index 0000000..8e7dfd6 --- /dev/null +++ b/docs/updates.md @@ -0,0 +1,14 @@ +--- +permalink: /updates +title: Updates +--- + +# Updates Feed + +For more updates, [visit our Substack publication][substack] or [Hashnode blog][hashnode]. + +| Title | Author | Date | +| [Hello World!](/updates/2023/08/10/hello-world) | [@ajhalili2006](https://wiki.recaptime.dev/profile/ajhalili2006) | 2023-08-10 | + +[substack]: https://recaptime.substack.com +[hashnode]: https://hashnode.recaptime.dev \ No newline at end of file