Skip to content
Open
22 changes: 22 additions & 0 deletions .github/newfile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>

<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>BADY</title>
</head>
<body>
<div style="background:black;">
<h2 style="color:violet; font-size:14px; font-weight:300px; float:left;">
<strong>SORRY</strong>MAN DONT OPEN ANYTHING YOU SEE PON YO PHONE.Relax breda in christ.
</h2>
</div>
<div style="background:blue; margin-left:50px; margin-right:180px;">
<h3 style="color:cyan; border:2px dotted pink;">
Listen Now
<audio src="mat.mp4" controls muted>sorry.</audio>
</h3>
</div>

</body>
</html>
13 changes: 13 additions & 0 deletions .github/test1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>

<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>Hello, World!</title>
</head>
<body>
<h1>
<a href="/storage/emulated/0/jxn/newwebpage/htmlpages/scripts/newfile.html">Redirect</a>
</h1>
</body>
</html>
20 changes: 20 additions & 0 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Jekyll site CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build the site in the jekyll/builder container
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
43 changes: 43 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
57 changes: 32 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,32 @@
# create-repository

Easily set up a new github repository. Reads the name/description from the package.json file if it's present. Sets origin upstream if it's not already set.

```
npm install create-repository -g
```

## Usage

`create-repository` will try to read `package.json` and use the name and description properties.

```
$ create-repository
```

You can also pass values for name and description.

```
$ create-repository --name my-new-project --description "That's all I have to say about that"
```

## License

MIT
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>Hello, World!</title>
</head>
<body>
<h1>
<a href="/storage/emulated/0/jxn/newwebpage/htmlpages/scripts/newfile.html">Redirect</a>
</h1>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>BADY</title>
</head>
<body>
<div style="background:black;">
<h2 style="color:violet; font-size:14px; font-weight:300px; float:left;">
<strong>SORRY</strong>MAN DONT OPEN ANYTHING YOU SEE PON YO PHONE.Relax breda in christ.
</h2>
</div>
<div style="background:blue; margin-left:50px; margin-right:180px;">
<h3 style="color:cyan; border:2px dotted pink;">
Listen Now
<audio src="mat.mp4" controls muted>sorry.</audio>
</h3>
</div>
</body>
</html>
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>Hello, World!</title>
</head>
<body>
<h1>
<a href="/storage/emulated/0/jxn/newwebpage/htmlpages/scripts/newfile.html">Redirect</a>
</h1>
</body>
</html>
22 changes: 22 additions & 0 deletions newfile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>

<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>BADY</title>
</head>
<body>
<div style="background:black;">
<h2 style="color:violet; font-size:14px; font-weight:300px; float:left;">
<strong>SORRY</strong>MAN DONT OPEN ANYTHING YOU SEE PON YO PHONE.Relax breda in christ.
</h2>
</div>
<div style="background:blue; margin-left:50px; margin-right:180px;">
<h3 style="color:cyan; border:2px dotted pink;">
Listen Now
<audio src="mat.mp4" controls muted>sorry.</audio>
</h3>
</div>

</body>
</html>
20 changes: 0 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +0,0 @@
{
"name": "create-repository",
"version": "1.3.0",
"description": "Easily set up a new github repository. Reads the name/description from the package.json file if it's present. Sets origin upstream if it's not already set.",
"dependencies": {
"ghauth": "^2.0.0",
"github": "^0.2.3",
"minimist": "^1.1.0"
},
"devDependencies": {},
"bin": {
"create-repository": "index.js"
},
"author": "Tobias Baunbæk <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/freeall/create-repository.git"
}
}
Loading