public inbox for [email protected]
 help / color / mirror / Atom feed
* [GIT PULL] Fix nginx integration
@ 2021-09-23 11:49 Ammar Faizi
  0 siblings, 0 replies; only message in thread
From: Ammar Faizi @ 2021-09-23 11:49 UTC (permalink / raw)
  To: Irvan Malik; +Cc: GNU/Weeb Mailing List, Bayu Satiyo, Ammar Faizi

Hi Irvan (@irvanmalik48),

After the pull request from Bayu Satiyo is merged
(https://github.com/GNUWeeb/www.gnuweeb.org/pull/17), the live
production site is down because he removed the public and logs
directory.

This pull request contains fixes and extra clean up for that. Detailed
changes are written in commit messages and diffstat.

Please review and pull.

Fixes: https://github.com/GNUWeeb/www.gnuweeb.org/pull/17
Cc: Bayu Satiyo <[email protected]>
Signed-off-by: Ammar Faizi <[email protected]>
----------------------------------------------------------------
The following changes since commit f0b84bebef98b328105d67c8d57cbe0a464f9fd3:

  Merge branch 'kiraio' of https://github.com/kiraio-moe/www.gnuweeb.org (2021-09-23 16:30:29 +0700)

are available in the Git repository at:

  https://github.com/ammarfaizi2/www.gnuweeb.org tags/fix-nginx-integration-from-ammar

for you to fetch changes up to 2af685e6c29d5f34c053a1d0c91c45d213b17ba5:

  _config.yml: Remove bad description (2021-09-23 18:05:41 +0700)

----------------------------------------------------------------
Pull request from Ammar Faizi <[email protected]>

Fix nginx integration and clean up.

This fixes broken pull request from Bayu Satiyo at:
https://github.com/GNUWeeb/www.gnuweeb.org/pull/17

After the pull request from Bayu Satiyo is merged, the live production
site is down because he removed the public and logs directory.

These commits contain fixes for that and small extra clean up.

----------------------------------------------------------------
Ammar Faizi (8):
      Add logs directory
      .gitignore: Add `*.lock`
      bin: Make the scripts executable
      .gitignore: Add `.tmp` and `/*.patch`
      bin/build: Fix broken production build script
      _config.yml: Fix build destination
      _config.yml: Remove `baseurl` value
      _config.yml: Remove bad description

 .gitignore                                             |   5 ++
 Gemfile.lock                                           |  87 -------------------------------
 _config.yml                                            |   8 +--
 bin/build                                              |   8 +--
 bin/check                                              |   0
 bin/clean                                              |   0
 bin/serve                                              |   0
 bin/setup                                              |   0
 bin/update                                             |   0
 logs/.gitignore                                        |   2 +
 public/assets/css/bootstrap/bootstrap.min.css          |   7 +++
 public/assets/css/bootstrap/bootstrap.min.css.map      |   1 +
 public/assets/css/default/gnuweeb.css                  | 102 ++++++++++++++++++++++++++++++++++++
 public/assets/img/favicon.png                          | Bin 0 -> 6903 bytes
 public/assets/js/bootstrap/bootstrap.bundle.min.js     |   7 +++
 public/assets/js/bootstrap/bootstrap.bundle.min.js.map |   1 +
 public/feed.xml                                        |   2 +
 public/index.html                                      | 364 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 public/robots.txt                                      |   1 +
 public/sitemap.xml                                     |   6 +++
 20 files changed, 506 insertions(+), 95 deletions(-)
 delete mode 100644 Gemfile.lock
 mode change 100644 => 100755 bin/build
 mode change 100644 => 100755 bin/check
 mode change 100644 => 100755 bin/clean
 mode change 100644 => 100755 bin/serve
 mode change 100644 => 100755 bin/setup
 mode change 100644 => 100755 bin/update
 create mode 100644 logs/.gitignore
 create mode 100644 public/assets/css/bootstrap/bootstrap.min.css
 create mode 100644 public/assets/css/bootstrap/bootstrap.min.css.map
 create mode 100644 public/assets/css/default/gnuweeb.css
 create mode 100644 public/assets/img/favicon.png
 create mode 100644 public/assets/js/bootstrap/bootstrap.bundle.min.js
 create mode 100644 public/assets/js/bootstrap/bootstrap.bundle.min.js.map
 create mode 100644 public/feed.xml
 create mode 100644 public/index.html
 create mode 100644 public/robots.txt
 create mode 100644 public/sitemap.xml
-- 
GWML mailing list
[email protected]
https://gwml.gnuweeb.org/listinfo/gwml

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-23 11:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-23 11:49 [GIT PULL] Fix nginx integration Ammar Faizi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox