Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refresh Design #6

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

refresh Design #6

wants to merge 3 commits into from

Conversation

herbetom
Copy link
Member

Das Design soll mal etwas erneuert werden. Noch nicht fertig und höchstens als Anfang zu betrachten.

<script type="text/javascript" src="/js/View/App.Helper.js"></script>
<script src="/js/View/map.js"></script>
<!-- <script src="/js/jquery.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am besten lokal auslagern oder? Schicken wir Clients nicht in die USA ohne Zustimmung und shared caching in Browsern dürfte eh mittlerweile Geschichte sein.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Klar, da ging es nur um ein schnelles testen. Unter /static/ ist auch noch das ganze alte Zeug usw. das ist noch ein sehr früher Draft. Wenn man das aber im Repo hinzufügt wird der PR sehr unübersichtlich. Daher habe ich das erstmal so gemacht.

<head>
<meta charset="UTF-8">
<title> {{- if .IsHome -}} {{ .Site.Title }} {{- else }} {{ .Title }} | {{ .Site.Title }} {{- end -}} </title>

{{ $style := resources.Get "sass/main.scss" | resources.ExecuteAsTemplate "style.main.scss" . | resources.ToCSS | resources.Minify | resources.Fingerprint }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unter Linux gerade den Fehler bekommen:

Error: Error building site: TOCSS: failed to transform "style.main.scss"

in der README.md fehlt ein Hinweis das die Hugo Extended-Version erforderlich ist.

themes/ffrn/layouts/partials/navbar.html Show resolved Hide resolved
</ul>
</div>
<div class="col-sm-4 footer-links footer-social">
<h4>Social & Kontakt</h4>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

&amp;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warum? Ich sehe gerade nicht den Vorteil drin?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grad nachgeschaut, stimmt, solang es nicht zu einem Sonderzeichen erweitert wird sollte es problemfrei sein, sind meist dann nur dir Linter die rumprangern.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linting in der CI wäre ggf. auch noch was. Bin mir nur nicht sicher ob man sich damit nicht mehr Probleme einfängt als das man löst.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das fehlende DIV oben z.B. hab ich schneller über xmllint im HTML-Modus gefunden als im Browser, wo es nur rot markiert wird und mir nicht aufgefallen ist.

@herbetom herbetom force-pushed the refreshDesign branch 2 times, most recently from 5baf3c2 to 4fe2a2a Compare December 31, 2021 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants