1
0
mirror of synced 2025-12-20 10:28:40 -05:00
Commit Graph

47 Commits

Author SHA1 Message Date
Yoann Chaudet
00190ad379 Adjust documentation following depreciation of pages.github.com (#57100) 2025-08-15 08:46:31 +00:00
Sharra-writes
c4eb8ff21b Reusable clarifying Actions is fully supported while Jekyll is not (#39148)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
2025-08-01 18:26:43 +00:00
Kevin Heis
4cab158957 Deprecate 3.13 (#56623) 2025-07-15 01:00:38 +00:00
Sam Browning
6b37bf8c66 Rename "Getting started with Git" to "Git basics" (#54512) 2025-02-26 15:48:47 +00:00
dcorks
c0cbfe9fee Update creating-a-github-pages-site-with-jekyll.md (#36314) 2025-02-17 14:11:41 +00:00
Isaac Brown
b1cf6bdc89 Remove product_name from packages and pages directories (#54026) 2025-01-21 15:59:20 +00:00
Ashley
9550679f6f Saturn226/remove quotes packages pages search sponsors pullreq (#53595)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2024-12-13 16:23:32 +00:00
Artur Kordowski
0952a21569 Remove unnecessary spaces between words - part 3 (#35382)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
2024-11-22 16:39:06 +00:00
textractor
a6d1ef254c Update creating-a-github-pages-site-with-jekyll.md (#35092)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
2024-11-07 19:08:24 +00:00
iulianOnofrei (U-lee-aan)
35426725d9 Added instruction for ignoring the Gemfile.lock file to prevent unsatisfiable dependencies warning in the creating-a-github-pages-site-with-jekyll page (#32352)
Co-authored-by: Hector Alfaro <hectorsector@github.com>
2024-05-31 11:47:23 +00:00
iulianOnofrei (U-lee-aan)
c046e70965 Removed specific directory reference from the creating-a-github-pages-site-with-jekyll page (#32348) 2024-04-02 15:53:47 +00:00
Peter Bengtsson
6b25e0f580 Remove GHAE version in front matter (1) (#49112) 2024-02-08 15:06:57 +00:00
Peter Bengtsson
eb9571a80d Remove GHAE in Liquid and front matter (7) (#48772) 2024-01-23 13:12:04 +00:00
Peter Bengtsson
15c8f4b020 Remove GHAE in Liquid and front matter (6) (#48771) 2024-01-22 13:21:46 +00:00
Anne-Marie
48e7c72a49 [Improvement]: Get started (phase 1): Moving some articles out of Get started -> Quickstart #12380 (#47047)
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2024-01-18 15:43:57 +00:00
Rachael Sewell
5d5605cf7d fix incorrect code languages 2023-09-25 11:31:32 -07:00
Vanessa
89235f6052 Fix content issues for CommonMark migration (#42149) 2023-09-08 01:53:08 +00:00
Grace Park
a8a6e4554a Fix for blank lines around code fences (#38255) 2023-06-26 10:21:48 -07:00
Grace Park
bd760a6d0a Remove unnecessary $ (#38339) 2023-06-26 17:02:44 +00:00
Rachael Sewell
ab9ec27502 Fix commonmark issues in data reusables (#37424) 2023-06-05 19:16:36 +00:00
Rachael Sewell
4e4c41f3bc update code fences in lists (#37251) 2023-05-31 20:22:43 +00:00
Olayinka Atobiloye
d8c9ae6f6f Replaced all italics with uppercase words 2023-03-08 14:19:59 +00:00
Peter Bengtsson
b7c7dbf672 Update all internal links (#34787) 2023-02-15 15:16:18 +00:00
Joe Clark
74a679dc51 Make product variables for Enterprise translation-friendly (#31628)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Evan Bonsignori <ebonsignori@github.com>
2022-10-17 18:54:05 +00:00
Steve Ward
eb46ba115c Merge branch 'main' into patch-1 2022-10-04 12:04:33 -04:00
Dev Prakash Sharma
b72f008d85 Remove the emphasize tags and updated attributes style 2022-10-03 00:21:32 +05:30
ethosdev
8f9847a3af Fix "git rm" syntax error
The <file> was missing so led to this syntax error:
usage: git rm [<options>] [--] <file>...
2022-10-01 09:05:34 -07:00
Andy Feller
cfed43130b Adding notes about EMUs and Pages (#27205) 2022-05-11 16:11:05 +00:00
Laura Coursen
83d5787ee0 [GHEC version] Version content about access control for GitHub Pages sites (#26854) 2022-04-14 12:56:44 +00:00
Laura Coursen
7eb3e1e75b Add 💅 2022-01-20 14:40:16 -06:00
Oliver Schihin
a5f0f94dcb Update creating-a-github-pages-site-with-jekyll.md 2022-01-11 11:18:06 +01:00
jmarlena
eca5b64ed5 GitHub Pages workflow runs for every GitHub Pages site (#22797)
* Add section about GitHub Pages workflow run

* Create a reusable step for checking workflow run

* Add a public beta reusable note

* Add new reusable for checking workflows for build errors

* Add new reusable and new sections to this article

* Add that space

* Convert reusable to regular text

* Add alternate CI caveat to reusable

* Playing with spacing

* Change versioning to fpt only

* Fix formatting for reusable with note

* Add troubleshooting detail

* Apply suggestions from code review

Co-authored-by: Yoann Chaudet <yoannchaudet@github.com>

* Apply suggestions from code review

* Reframe step without resuable

* Remove resuable for now

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Apply suggestions from code review

* Revamp the reusables

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Tommy Byrd <tcbyrd@github.com>

Co-authored-by: “jmarlena” <“jmarlena@github.com”>
Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com>
Co-authored-by: Yoann Chaudet <yoannchaudet@github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: Tommy Byrd <tcbyrd@github.com>
2021-12-16 19:22:15 +00:00
Laura Coursen
8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00
Yoann Chaudet
143e90e20d Fix instructions for Jekyll 4.x (#20791)
* Fix instructions for Jekyll 4.x

* Use '1.' for all numbered steps

Co-authored-by: hubwriter <hubwriter@github.com>
2021-08-11 22:03:49 +01:00
Rachael Sewell
52cf583bdd add short titles to frontmatter (#20131) 2021-06-24 11:02:53 -07:00
Sarah Schneider
cb12455649 ran script/content-migrations/use-short-versions.js 2021-06-24 10:21:07 -04:00
Grace Park
6f7e4f50dc updating content files 2021-06-14 12:06:52 -07:00
mc
750ef28e60 Update content/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll.md
Co-authored-by: Jesse Riggins <jriggins@users.noreply.github.com>
2021-06-07 08:05:57 +01:00
gojimmypi
c08e97b828 Update content/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll.md
Co-authored-by: Jesse Riggins <jriggins@users.noreply.github.com>
2021-06-04 19:52:06 -07:00
mc
e3d4e5eddf Apply suggestions from code review
Trying to solve the issue with the ordered list
2021-06-04 16:26:00 +01:00
mc
aa8d07e7d7 Update content/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll.md 2021-06-04 08:39:28 +01:00
mc
576cf13a29 Apply suggestions from code review 2021-06-04 08:14:38 +01:00
gojimmypi
7f9a6141d6 Update creating-a-github-pages-site-with-jekyll.md
add notes for `domain`, `url`, and `baseurl` settings when repo used as subfolder
2021-05-30 11:14:13 -07:00
Rachael Sewell
a926da8b08 Update topics to sentence case (#19069) 2021-04-30 19:30:36 -07:00
Josh Soref
9683190d96 Add add and commit steps to Jekyll setup 2021-04-26 18:28:49 -04:00
Jeremy Udit
d0edbd248f [April 6] Update Pages for new workflow and www variant settings (#17737)
* add first pass edits to support new pages settings

/cc github/pages-engineering#383

* update with reusable

* update with new step

* fix break

* update with www vvarient info

* update with latest

* apply feedback

* unversion

* typo

* update versioning to make it render

* update a few screenshots

* update with remove

* Apply suggestions from code review

Co-authored-by: Laura Coursen <lecoursen@github.com>

Co-authored-by: Meg Bird <megbird@github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
2021-04-08 11:32:07 -07:00
Emily Gould
fbc83618dd Make GitHub Pages content a top-level doc set (#18480)
* Add new product to products.yml

* Move directory to new location

* Update new index page

* Remove old category from github product index

* Add getting started category

* Add Jekyll category

* Create custom domain category

* Update links to custom domain articles

* Add redirects and update links for getting started articles

* Add redirects and update links for jekyll articles

* Fix link

* Fix link

* Fix link

* Fix link
2021-04-01 20:09:50 +00:00