Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
hadithmv committed Dec 29, 2023
1 parent f748c19 commit d3bf784
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 18 deletions.
57 changes: 39 additions & 18 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,30 @@ <h1>
>Mirror 3</a
>
|
<!-- Combinatronics - dead -->
<!--<a
href="https://combinatronics.com/hadithmv/hadithmv.github.io/master/books/index.html"
>Mirror 5</a
> | -->
<!-- vercel, couldnt get this to work at first, but it seems that it started working after one of these scenarios it seems:
...
1. left framework preset at jekyll, and the first four commands and directory empty.
2. root directory was left empty, and include source files outside root directory is checked
3 settings: advanced: Directory Listing: If no index file is present within a directory, the directory contents will be displayed. (enabled and saved this)
4. created a folder named 'public' in the root dir, and placed a copy of the index file there
dont think this is of any consequence: "Configuration Settings in the current Production deployment differ from your current Project Settings."
placing a .gitlab-ci.yml file in root dir
dont think this is of any consequence: changing output directory to "_site"
jekyll build
bundle install
bundle exec jekyll serve --watch --port $PORT
sometimes the domains under deployment show one main link, sometimes they show an addition two branching links?
-->
<a
href="https://hadithmv-github-io.vercel.app/"
rel="noopener noreferrer"
target="_blank"
>Mirror 4</a
>
|
<!-- Netlify - disabled automatic deployment, otherwise it automatically switches to paid tier when free is used up, and the only way oyt of that is to make another account? -->
<a
href="https://hadithmv.netlify.app"
Expand All @@ -138,13 +156,18 @@ <h1>
>Mirror 4</a
>
|
<!-- Gitlab, this doesnt automatically update? i think they made it a paid feature -->
<!-- need to get pages working for gitlab again -->
<a
href="https://hadithmv.gitlab.io"
rel="noopener noreferrer"
target="_blank"
>Mirror 5</a
>
<!-- Combinatronics - dead -->
<!--<a
href="https://combinatronics.com/hadithmv/hadithmv.github.io/master/books/index.html"
>Mirror 5</a
> | -->
</p>

<br />
Expand Down Expand Up @@ -174,7 +197,7 @@ <h1>
>Mirror</a
>
|
<!-- check whether this works later, as an action is supposed to update it -->
<!-- check whether these releases update, as a set action is supposed to update it -->
<a
href="https://gitlab.com/hadithmv/hadithmv.github.io/-/tags"
rel="noopener noreferrer"
Expand Down Expand Up @@ -211,28 +234,25 @@ <h1>
>
<br /><br />

<!-- not uptodate? but it shows: Set up your repository to automatically synchronize commits, tags and branches with another repository. How do I mirror repositories?
To set up a pull mirror, please consult: the "Pulling from a remote repository" section of the documentation. -->
<!-- had to use a github action using ssh keys to mirror with this, otherwise it is a paid feature on gitlab
https://github.com/yesolutions/mirror-action -->
<a
href="https://next.forgejo.org/hadithmv/hadithmv.github.io"
href="https://gitlab.com/hadithmv/hadithmv.gitlab.io"
rel="noopener noreferrer"
target="_blank"
>Mirror</a
>
><!-- not uptodate? but it shows: Set up your repository to automatically synchronize commits, tags and branches with another repository. How do I mirror repositories?
To set up a pull mirror, please consult: the "Pulling from a remote repository" section of the documentation. -->
|
<a
href="https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://github.com/hadithmv/hadithmv.github.io"
href="https://next.forgejo.org/hadithmv/hadithmv.github.io"
rel="noopener noreferrer"
target="_blank"
>Mirror 2</a
>
|
<!-- using this as a workaround, but i need to recreate a token yearly:
https://github.com/SvanBoxel/gitlab-mirror-and-ci-action
Pull mirroring turned into a paid feature, need to find some other task automation in it to get this working
other possible way would be to apply for open source license plan -->
<a
href="https://gitlab.com/hadithmv/hadithmv.gitlab.io"
href="https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://github.com/hadithmv/hadithmv.github.io"
rel="noopener noreferrer"
target="_blank"
>Mirror 3</a
Expand Down Expand Up @@ -262,8 +282,9 @@ <h1>
>Mirror 5</a
>|-->

<!-- cant seem to figure out bitbucket, vercel or cyclic -->
<!-- cant seem to figure out bitbucket, cyclic -->

<br />
<br />

<p style="padding-bottom: 15px">
Expand Down
7 changes: 7 additions & 0 deletions notes/info/mirror-backups.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,14 @@ <h1>
4. created a folder named 'public' in the root dir, and placed a copy of the index file there
dont think this is of any consequence: "Configuration Settings in the current Production deployment differ from your current Project Settings."
placing a .gitlab-ci.yml file in root dir
dont think this is of any consequence: changing output directory to "_site"
jekyll build
bundle install
bundle exec jekyll serve --watch --port $PORT
sometimes the domains under deployment show one main link, sometimes they show an addition two branching links?
-->
<a
href="https://hadithmv-github-io.vercel.app/"
Expand Down
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "hadithmv.github.io",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "echo \"No build specified\" && exit 1",
"test": "echo \"No test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hadithmv/hadithmv.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hadithmv/hadithmv.github.io/issues"
},
"homepage": "https://github.com/hadithmv/hadithmv.github.io#readme"
}

0 comments on commit d3bf784

Please sign in to comment.