From cb5509c7a605f773d4e12577de22199c1e3386a8 Mon Sep 17 00:00:00 2001 From: ssp6904 Date: Wed, 2 Oct 2024 21:42:03 -0400 Subject: [PATCH] updated website --- 404.html | 21 +------ Gemfile.lock | 23 +++----- _config.yml | 13 +---- _includes/head.html | 22 +++++++ _layouts/default.html | 10 ++++ _posts/2024-06-01-test-post.md | 48 ---------------- _posts/2024-06-01-welcome-to-jekyll.markdown | 29 ---------- _posts/2024-06-11-code-blocks.md | 60 -------------------- _posts/2024-08-14-random-post.md | 7 --- about.markdown | 18 ------ index.markdown | 12 ++-- 11 files changed, 54 insertions(+), 209 deletions(-) create mode 100644 _includes/head.html create mode 100644 _layouts/default.html delete mode 100644 _posts/2024-06-01-test-post.md delete mode 100644 _posts/2024-06-01-welcome-to-jekyll.markdown delete mode 100644 _posts/2024-06-11-code-blocks.md delete mode 100644 _posts/2024-08-14-random-post.md delete mode 100644 about.markdown diff --git a/404.html b/404.html index 086a5c9..aa43d88 100644 --- a/404.html +++ b/404.html @@ -3,23 +3,8 @@ permalink: /404.html layout: default --- - +

404

-
-

404

+

Page not found

+

The requested page could not be found.

-

Page not found :(

-

The requested page could not be found.

-
diff --git a/Gemfile.lock b/Gemfile.lock index bbeafc8..ec0fff9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,10 +11,7 @@ GEM eventmachine (1.2.7) ffi (1.16.3) forwardable-extended (2.6.0) - google-protobuf (3.25.3) - google-protobuf (3.25.3-aarch64-linux) - google-protobuf (3.25.3-arm64-darwin) - google-protobuf (3.25.3-x86_64-darwin) + google-protobuf (3.25.3-x64-mingw-ucrt) http_parser.rb (0.8.0) i18n (1.14.5) concurrent-ruby (~> 1.0) @@ -58,7 +55,6 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.5) - rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) @@ -66,24 +62,21 @@ GEM strscan (>= 3.0.9) rouge (4.2.1) safe_yaml (1.0.5) - sass-embedded (1.69.5) - google-protobuf (~> 3.23) - rake (>= 13.0.0) - sass-embedded (1.69.5-arm64-darwin) - google-protobuf (~> 3.23) - sass-embedded (1.69.5-x86_64-darwin) + sass-embedded (1.69.5-x64-mingw-ucrt) google-protobuf (~> 3.23) strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + tzinfo-data (1.2024.2) + tzinfo (>= 1.0.0) unicode-display_width (2.5.0) + wdm (0.1.1) webrick (1.8.1) PLATFORMS - aarch64-linux - arm64-darwin - ruby - x86_64-darwin + x64-mingw-ucrt DEPENDENCIES http_parser.rb (~> 0.6.0) diff --git a/_config.yml b/_config.yml index 48e04e7..0c8654a 100644 --- a/_config.yml +++ b/_config.yml @@ -18,16 +18,9 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Shaun's blog +title: Shaun's website email: shoffer@ttnrtsite.me description: >- # this means to ignore newlines until "baseurl:" - My blog site on TTGit -baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com -youtube_username: "@ssp6904" -github_username: ssp6904 - -# Build settings -theme: minima + My personal website on TTGit plugins: - - jekyll-feed + - jekyll-seo-tag \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..007ab5c --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,22 @@ + + + + +{% seo %} + + + diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..62bc7b3 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,10 @@ + + +{%- include head.html -%} + +
+{{ content }} +
+ + + diff --git a/_posts/2024-06-01-test-post.md b/_posts/2024-06-01-test-post.md deleted file mode 100644 index 919f3a8..0000000 --- a/_posts/2024-06-01-test-post.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -layout: post -title: "Test post" -date: 2024-06-01 20:41:37 -0400 ---- - -## Header 1 -### Header 2 -#### Header 3 -##### Header 4 -###### Header 5 - -Basic paragrpah! Nothing new.. - -_Sidded text to the left or right_ - -**Boldded text for importent information** - -~~crossed out for no reason~~ - -- [x] Checked -- [ ] Not checked - -1. A computer -2. A blog -3. A server - -- First type out your post -- Then save your changes -- Add, commit and then push all of your changes - -|Name |Date | -|-------|--------| -|Me |0/2/2/2 | -|You |1/2/3/4 | -|This |5/6/7/8 | - -`Simple code line block` - -```bash -echo "hello world!" > testfile.txt -cat testfile.txt -``` - -```html -

Hello world

-
-``` diff --git a/_posts/2024-06-01-welcome-to-jekyll.markdown b/_posts/2024-06-01-welcome-to-jekyll.markdown deleted file mode 100644 index e5eae8e..0000000 --- a/_posts/2024-06-01-welcome-to-jekyll.markdown +++ /dev/null @@ -1,29 +0,0 @@ ---- -layout: post -title: "Welcome to Jekyll!" -date: 2024-06-01 20:41:37 -0400 -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/ diff --git a/_posts/2024-06-11-code-blocks.md b/_posts/2024-06-11-code-blocks.md deleted file mode 100644 index 7d59e23..0000000 --- a/_posts/2024-06-11-code-blocks.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -layout: post -title: "Code blocks" -date: 2024-06-11 21:42:00 -0400 ---- - -A few code blocks you might like - -```html -

Test only

-
-``` - -```bash -echo "hello world" > testfile.txt -cat testfile.txt -``` - -```javascript -console.log("Hello world"); -console.error("Something happened"); -``` - -```yaml -steps: - testmessage: - image: ubuntu - commands: - - echo "Hello world" - - echo "I run on TTGit" -``` - -```json -[ - { - "id": "0", - "name": "shaun", - "website": "https://www.ttnrtsite.me" - } -] -``` - -```css -html { - background-color: black; - color: white; - user-select: none; -} - -body { - height: 100vh; - margin: 0; - padding: 0; -} -``` - -```markdown -# Heading 1 -Something **NEW** -``` \ No newline at end of file diff --git a/_posts/2024-08-14-random-post.md b/_posts/2024-08-14-random-post.md deleted file mode 100644 index 4b50d98..0000000 --- a/_posts/2024-08-14-random-post.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -title: "Random post" -date: 2024-08-14 10:14:00 -0400 ---- - -Hello. I'm here for no reason! \ No newline at end of file diff --git a/about.markdown b/about.markdown deleted file mode 100644 index 1aa1106..0000000 --- a/about.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: About -permalink: about.html ---- - -This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) - -You can find the source code for Minima at GitHub: -[jekyll][jekyll-organization] / -[minima](https://github.com/jekyll/minima) - -You can find the source code for Jekyll at GitHub: -[jekyll][jekyll-organization] / -[jekyll](https://github.com/jekyll/jekyll) - - -[jekyll-organization]: https://github.com/jekyll diff --git a/index.markdown b/index.markdown index 0671507..2468e0a 100644 --- a/index.markdown +++ b/index.markdown @@ -1,6 +1,10 @@ --- -# Feel free to add content and custom Front Matter to this file. -# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults +layout: default +title: Home +--- +# My projects -layout: home ---- +- [USMap](https://ssp6904.ttnrtsite.io/usmap/) +- [JSEditors](https://ssp6904.ttnrtsite.io/jseditors/) +- [Winsolitaire](https://ssp6904.ttnrtsite.io/winsolitaire/) +- [Radarmap](https://ssp6904.ttnrtsite.io/radarmap/) \ No newline at end of file