Skip to content

Commit 0a8ae67

Browse files
committed
Publish reworked site
0 parents  commit 0a8ae67

353 files changed

Lines changed: 14017 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/src/assets/bundle.js linguist-generated
2+
/src/assets/bundle.scss linguist-generated
3+
/src/assets/bundle.min.css linguist-generated
4+
/src/assets/*.js linguist-generated
5+
6+
*.md linguist-detectable=true
7+
README.md linguist-detectable=false
8+
CONTRIBUTING.md linguist-detectable=false
9+
LICENSE.md linguist-detectable=false

.github/workflows/jekyll.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
name: jekyll
2+
3+
on:
4+
push:
5+
branches: ["master"]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
concurrency:
14+
group: "pages"
15+
cancel-in-progress: false
16+
17+
jobs:
18+
build:
19+
runs-on: ubuntu-latest
20+
steps:
21+
- name: actions/checkout@v4
22+
uses: actions/checkout@v4
23+
- name: actions/configure-pages@v5
24+
uses: actions/configure-pages@v5
25+
id: pages
26+
- uses: actions/setup-dotnet@v5
27+
with: { dotnet-version: 10 }
28+
- name: ruby/setup-ruby@v1.281.0
29+
uses: ruby/setup-ruby@v1.281.0
30+
with:
31+
ruby-version: '3.4'
32+
bundler-cache: true
33+
cache-version: 0
34+
- name: actions/setup-node@v6
35+
uses: actions/setup-node@v6
36+
with: { node-version: 22 }
37+
- name: corepack enable
38+
working-directory: src
39+
run: |
40+
corepack enable
41+
corepack prepare yarn@4.12.0 --activate
42+
- name: actions/cache@v4
43+
uses: actions/cache@v4
44+
with:
45+
path: |
46+
src/.yarn/cache
47+
src/.yarn/unplugged
48+
src/.yarn/install-state.gz
49+
src/.yarn/build-state.yml
50+
key: ${{ runner.os }}-yarn-${{ hashFiles('src/yarn.lock') }}
51+
restore-keys: |
52+
${{ runner.os }}-yarn-
53+
- name: yarn install
54+
run: yarn install --immutable
55+
working-directory: src
56+
- name: yarn build
57+
run: yarn build
58+
working-directory: src
59+
- name: actions/upload-pages-artifact@v3
60+
uses: actions/upload-pages-artifact@v3
61+
with: { path: src/_site }
62+
63+
deploy:
64+
environment:
65+
name: github-pages
66+
url: ${{ steps.deployment.outputs.page_url }}
67+
runs-on: ubuntu-latest
68+
needs: build
69+
steps:
70+
- name: actions/deploy-pages@v4
71+
id: deployment
72+
uses: actions/deploy-pages@v4

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/.idea
2+
/src/_site
3+
/src/_drafts
4+
/src/_drafts_hidden
5+
/src/node_modules
6+
/src/ruby_modules
7+
/src/yarn-error.log
8+
.jekyll-metadata
9+
Gemfile.lock
10+
.yarn
11+
src/build-script

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tryfinally.dev

LICENSE.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# tryfinally.dev
2+
##### Copyright (c) 2021-2026 tryfinally.dev
3+
4+
Please consult each post separately for license specifics.
5+
***All rights reserved unless specified otherwise.***
6+
7+
# [giscus](https://github.com/giscus/giscus)
8+
##### Copyright (c) 2021 Sage M. Abdullah
9+
##### Copyright (c) 2018 Jeremy Danyow
10+
##### Copyright (c) 2018 Chris Veness
11+
### The MIT License (MIT)
12+
13+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
14+
15+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
***The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.***
18+
19+
# [iframe-resizer](https://github.com/davidjbradshaw/iframe-resizer)
20+
##### Copyright (c) 2013-2021 David J. Bradshaw
21+
### The MIT License (MIT)
22+
23+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
24+
25+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
26+
27+
***The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.***
28+
29+
# [gist-embed](https://github.com/bvanderhoof/gist-embed)
30+
##### Copyright (c) 2019 Blair Vanderhoof
31+
### The MIT License (MIT)
32+
33+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
34+
35+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
36+
37+
***The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.***
38+
39+
# [goatcounter](https://www.goatcounter.com)
40+
##### Copyright https://www.goatcounter.com
41+
### ISC License (ISC)
42+
43+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
44+
45+
***The software is provided "as is" and the author disclaims all warranties with regard to this software including all implied warranties of merchantability and fitness. In no event shall the author be liable for any special, direct, indirect, or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with the use or performance of this software.***
46+
47+
# [mediumish](https://github.com/wowthemesnet/mediumish-theme-jekyll)
48+
##### Copyright (c) 2019 WowThemes.net
49+
### The MIT License (MIT)
50+
51+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
52+
53+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
54+
55+
***The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.***

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
![](/src/static/img/site/repo-header.gif)
2+
3+
**Source for [tryfinally.dev](https://tryfinally.dev/).**
4+
5+
* To create/edit posts it's enough to push some Markdown, and CI will deploy the page automatically.
6+
* Local development prerequisites: `yarn@4.12.0`, `ruby@2.6.9`, `dotnet10`.

src/.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_PATH: "ruby_modules"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="jekyll dev+drafts+incremental" type="RunNativeExe" factoryName="Native Executable">
3+
<option name="EXE_PATH" value="C:/Ruby34-x64/bin/bundle.bat" />
4+
<option name="PROGRAM_PARAMETERS" value="exec jekyll serve --watch --drafts --incremental --skip-initial-build --config _config.yml,_config_dev.yml" />
5+
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/src" />
6+
<option name="PASS_PARENT_ENVS" value="1" />
7+
<envs>
8+
<env name="JEKYLL_ENV" value="development" />
9+
</envs>
10+
<option name="ENV_FILE_PATHS" value="" />
11+
<option name="REDIRECT_INPUT_PATH" value="" />
12+
<option name="MIXED_MODE_DEBUG" value="0" />
13+
<method v="2" />
14+
</configuration>
15+
</component>

src/.run/jekyll production.run.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="jekyll production" type="RunNativeExe" factoryName="Native Executable">
3+
<option name="EXE_PATH" value="C:/Ruby34-x64/bin/bundle.bat" />
4+
<option name="PROGRAM_PARAMETERS" value="exec jekyll serve" />
5+
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/src" />
6+
<option name="PASS_PARENT_ENVS" value="1" />
7+
<envs>
8+
<env name="JEKYLL_ENV" value="production" />
9+
</envs>
10+
<option name="ENV_FILE_PATHS" value="" />
11+
<option name="REDIRECT_INPUT_PATH" value="" />
12+
<option name="MIXED_MODE_DEBUG" value="0" />
13+
<method v="2" />
14+
</configuration>
15+
</component>

src/.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

0 commit comments

Comments
 (0)