Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrepol742 committed Apr 30, 2024
1 parent 26dc940 commit f274be9
Show file tree
Hide file tree
Showing 36 changed files with 787 additions and 100 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,33 +33,25 @@ jobs:
- name: Download Dependecies
run: |
composer install
- name: Start Localhost & Download Site
- name: Build
run: |
php -S localhost:8000
wget -mpEk "http://localhost:8000"
wget https://raw.githubusercontent.com/mrepol742/mrepol742.github.io/master/ads.txt
wget https://raw.githubusercontent.com/mrepol742/mrepol742.github.io/master/sw.js
wget https://raw.githubusercontent.com/mrepol742/mrepol742.github.io/master/yandex_b229053f47e9b4b5.html
wget https://raw.githubusercontent.com/mrepol742/mrepol742.github.io/master/qkdq6zub0hw6o6acpoiylfrrf5e7g1.html
wget https://raw.githubusercontent.com/mrepol742/mrepol742.github.io/master/pinterest-326fc.html
wget https://raw.githubusercontent.com/mrepol742/mrepol742.github.io/master/google022983bf0cf659ae.html
wget https://raw.githubusercontent.com/mrepol742/mrepol742.github.io/master/f20756182df645f9b8cf6254654dd5da.html
wget https://raw.githubusercontent.com/mrepol742/mrepol742.github.io/master/favicon_192.png
wget https://raw.githubusercontent.com/mrepol742/mrepol742.github.io/master/favicon_512.png
- name: Generate RSS
wget https://raw.githubusercontent.com/neurobin/php2html/release/php2html
chmod +x php2html
./php2html . dist -q
cd dist
- name: Generate RSS & Sitemap
run: |
wget https://github.com/mrepol742/RSS-Generator/releases/download/v1.1.3/RSS-Generator-1.0-jar-with-dependencies.jar
java -cp RSS-Generator-1.0-jar-with-dependencies.jar com.mrepol742.rssgenerator.App --domain https://mrepol742.github.io/ --publisher "Melvin Jones Gallano Repol"
rm -rf RSS-Generator-1.0-jar-with-dependencies.jar
- name: Generate Sitemap
run: |
wget https://github.com/mrepol742/Sitemap-Generator/releases/download/v1.1.2/Sitemap-Generator-1.0-jar-with-dependencies.jar
java -cp Sitemap-Generator-1.0-jar-with-dependencies.jar com.mrepol742.sitemapgenerator.App --domain https://mrepol742.github.io/ --publisher "Melvin Jones Gallano Repol"
rm -rf Sitemap-Generator-1.0-jar-with-dependencies.jar
cd ..
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'localhost:8000'
path: 'dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/vendor
/localhost:8000
/dist
2 changes: 1 addition & 1 deletion flowers/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<?php
$disableMainCss;
include("../includes/head.php");
include("./includes/head.php");

$meta = new meta();
$meta->setTitle(
Expand Down
2 changes: 1 addition & 1 deletion friends/0x3ef8/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<?php
$disableMainCss;
include("../../includes/head.php");
include("././includes/head.php");

$meta = new meta();
$meta->setTitle(
Expand Down
2 changes: 1 addition & 1 deletion friends/19vin70/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<?php
$disableMainCss;
include("../../includes/head.php");
include("././includes/head.php");

$meta = new meta();
$meta->setTitle(
Expand Down
2 changes: 1 addition & 1 deletion friends/Mra1k3r0/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<?php
$disableMainCss;
include("../../includes/head.php");
include("././includes/head.php");

$meta = new meta();
$meta->setTitle(
Expand Down
2 changes: 1 addition & 1 deletion friends/aaveshdev/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<?php
$disableMainCss;
include("../../includes/head.php");
include("././includes/head.php");

$meta = new meta();
$meta->setTitle(
Expand Down
2 changes: 1 addition & 1 deletion friends/abass_dev/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<?php
$disableMainCss;
include("../../includes/head.php");
include("././includes/head.php");

$meta = new meta();
$meta->setTitle(
Expand Down
2 changes: 1 addition & 1 deletion friends/amosayomide05/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<?php
$disableMainCss;
include("../../includes/head.php");
include("././includes/head.php");

$meta = new meta();
$meta->setTitle(
Expand Down
2 changes: 1 addition & 1 deletion friends/elishasfolio/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<?php
$disableMainCss;
include("../../includes/head.php");
include("././includes/head.php");

$meta = new meta();
$meta->setTitle(
Expand Down
2 changes: 1 addition & 1 deletion friends/emejulucodes/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<?php
$disableMainCss;
include("../../includes/head.php");
include("././includes/head.php");

$meta = new meta();
$meta->setTitle(
Expand Down
2 changes: 1 addition & 1 deletion friends/imbharat420/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<?php
$disableMainCss;
include("../../includes/head.php");
include("././includes/head.php");

$meta = new meta();
$meta->setTitle(
Expand Down
2 changes: 1 addition & 1 deletion friends/samiunnafis/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<?php
$disableMainCss;
include("../../includes/head.php");
include("././includes/head.php");

$meta = new meta();
$meta->setTitle(
Expand Down
2 changes: 1 addition & 1 deletion ily/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<?php
$disableMainCss;
include("../includes/head.php");
include("./includes/head.php");

$meta = new meta();
$meta->setTitle(
Expand Down
2 changes: 1 addition & 1 deletion link-tree/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<?php
include("../includes/head.php");
include("./includes/head.php");

$meta = new meta();
$meta->setTitle(
Expand Down
Loading

0 comments on commit f274be9

Please sign in to comment.