Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dit is de documentatie voor mijn YouTube-video, getiteld "Install Jekyll on Apple Silicon"
Video: Install Jekyll on Apple Silicon
Install Homebrew
Beschouw Homebrew als een app store voor de opdrachtregel. Alles wat u voor Jekyll installeert, is gratis en open source.
Maak het thuisbrouwen af
Opmerking: zorg ervoor dat u
[gebruikersnaam]
vervangt door de gebruikersnaam die u op uw Mac gebruikt.Install Ruby 3.0.x
U kunt zien welke versie van Ruby vooraf op uw Mac is geïnstalleerd door het volgende te typen:
UW moet uw eigen exemplaar van Ruby installeren met Homebrew met de volgende opdracht:
Finalzie de Ruby-installatie
Type:
Het resultaat zal
zsh
ofbash
zijnVoor zsh typt u:
Voor bash typ je:
Type:
Sluit terminal af
Voer de terminal opnieuw uit en typ:
(zorg ervoor dat het ruby 3.0.x is)
Install Jekyll and Bundler
Type:
Type:
Voor zsh typt u:
Voor bash typ je:
Type:
Zoek naar de sectie "GEM PATHS" en zorg ervoor dat ze allemaal verwijzen naar 3.0.0
###Maak een map voor uw nieuwe Jekyll-site
Type:
Als je er zelfs maar aan denkt om Git te gebruiken, maak dan een .gitignore-bestand
Maak een
.gitignore
-bestand in de rooy van uwjekylltest
-mapVoeg de volgende regels toe aan het bestand:
Maak een Jekyll-site op basis van het standaard Minima-thema
U maakt een Jekyll-site op basis van het standaard Minima-thema dat bij Jekyll wordt geleverd.
Als u een ander type site wilt kiezen (ander thema, lege site, enz.), volgt u deze link:
https://jekyllrb.com/docs/usage
Type:
Voer de Jekyll-site uit
Kopieer de resulterende URL (deze eindigt meestal op
4000
)Plak de tekst in een browser
De site zou moeten werken!