From 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 13 Apr 2020 19:13:39 +0800 Subject: Initial commit --- .gitignore | 9 + LICENSE | 674 +++++ README.md | 69 + archetypes/default.md | 6 + assets/sass/@primer/css/.browserslistrc | 6 + assets/sass/@primer/css/.eslintrc.json | 13 + assets/sass/@primer/css/.nowignore | 5 + assets/sass/@primer/css/CHANGELOG.md | 1184 +++++++++ assets/sass/@primer/css/CODE_OF_CONDUCT.md | 76 + assets/sass/@primer/css/DEVELOP.md | 97 + assets/sass/@primer/css/LICENSE | 21 + assets/sass/@primer/css/MIGRATING.md | 74 + assets/sass/@primer/css/README.md | 69 + assets/sass/@primer/css/README.template.md | 25 + assets/sass/@primer/css/RELEASING.md | 123 + assets/sass/@primer/css/alerts/README.md | 25 + assets/sass/@primer/css/alerts/flash.scss | 103 + assets/sass/@primer/css/alerts/index.scss | 3 + assets/sass/@primer/css/autocomplete/README.md | 25 + .../@primer/css/autocomplete/autocomplete.scss | 43 + assets/sass/@primer/css/autocomplete/index.scss | 4 + .../sass/@primer/css/autocomplete/suggester.scss | 75 + assets/sass/@primer/css/avatars/README.md | 25 + .../@primer/css/avatars/avatar-parent-child.scss | 18 + assets/sass/@primer/css/avatars/avatar-stack.scss | 145 + assets/sass/@primer/css/avatars/avatar.scss | 22 + assets/sass/@primer/css/avatars/circle-badge.scss | 55 + assets/sass/@primer/css/avatars/index.scss | 7 + assets/sass/@primer/css/base/README.md | 25 + assets/sass/@primer/css/base/base.scss | 86 + assets/sass/@primer/css/base/index.scss | 6 + assets/sass/@primer/css/base/kbd.scss | 21 + assets/sass/@primer/css/base/normalize.scss | 421 +++ assets/sass/@primer/css/base/typography-base.scss | 88 + assets/sass/@primer/css/bin/primer-migrate | 86 + assets/sass/@primer/css/blankslate/README.md | 25 + assets/sass/@primer/css/blankslate/blankslate.scss | 67 + assets/sass/@primer/css/blankslate/index.scss | 3 + assets/sass/@primer/css/box/README.md | 25 + assets/sass/@primer/css/box/box.scss | 298 +++ assets/sass/@primer/css/box/index.scss | 2 + assets/sass/@primer/css/branch-name/README.md | 25 + .../sass/@primer/css/branch-name/branch-name.scss | 25 + assets/sass/@primer/css/branch-name/index.scss | 3 + assets/sass/@primer/css/breadcrumb/README.md | 25 + assets/sass/@primer/css/breadcrumb/breadcrumb.scss | 28 + assets/sass/@primer/css/breadcrumb/index.scss | 3 + assets/sass/@primer/css/buttons/README.md | 25 + assets/sass/@primer/css/buttons/button-group.scss | 91 + assets/sass/@primer/css/buttons/button.scss | 201 ++ assets/sass/@primer/css/buttons/index.scss | 4 + assets/sass/@primer/css/buttons/misc.scss | 90 + assets/sass/@primer/css/core/README.md | 25 + assets/sass/@primer/css/core/index.scss | 28 + assets/sass/@primer/css/deprecations.js | 164 ++ assets/sass/@primer/css/dist/alerts.css | 3 + assets/sass/@primer/css/dist/alerts.css.map | 1 + assets/sass/@primer/css/dist/alerts.js | 1 + assets/sass/@primer/css/dist/autocomplete.css | 3 + assets/sass/@primer/css/dist/autocomplete.css.map | 1 + assets/sass/@primer/css/dist/autocomplete.js | 1 + assets/sass/@primer/css/dist/avatars.css | 3 + assets/sass/@primer/css/dist/avatars.css.map | 1 + assets/sass/@primer/css/dist/avatars.js | 1 + assets/sass/@primer/css/dist/base.css | 3 + assets/sass/@primer/css/dist/base.css.map | 1 + assets/sass/@primer/css/dist/base.js | 1 + assets/sass/@primer/css/dist/blankslate.css | 3 + assets/sass/@primer/css/dist/blankslate.css.map | 1 + assets/sass/@primer/css/dist/blankslate.js | 1 + assets/sass/@primer/css/dist/box.css | 3 + assets/sass/@primer/css/dist/box.css.map | 1 + assets/sass/@primer/css/dist/box.js | 1 + assets/sass/@primer/css/dist/branch-name.css | 3 + assets/sass/@primer/css/dist/branch-name.css.map | 1 + assets/sass/@primer/css/dist/branch-name.js | 1 + assets/sass/@primer/css/dist/breadcrumb.css | 3 + assets/sass/@primer/css/dist/breadcrumb.css.map | 1 + assets/sass/@primer/css/dist/breadcrumb.js | 1 + assets/sass/@primer/css/dist/buttons.css | 3 + assets/sass/@primer/css/dist/buttons.css.map | 1 + assets/sass/@primer/css/dist/buttons.js | 1 + assets/sass/@primer/css/dist/core.css | 8 + assets/sass/@primer/css/dist/core.css.map | 1 + assets/sass/@primer/css/dist/core.js | 1 + assets/sass/@primer/css/dist/deprecations.json | 394 +++ assets/sass/@primer/css/dist/dropdown.css | 3 + assets/sass/@primer/css/dist/dropdown.css.map | 1 + assets/sass/@primer/css/dist/dropdown.js | 1 + assets/sass/@primer/css/dist/forms.css | 3 + assets/sass/@primer/css/dist/forms.css.map | 1 + assets/sass/@primer/css/dist/forms.js | 1 + assets/sass/@primer/css/dist/header.css | 3 + assets/sass/@primer/css/dist/header.css.map | 1 + assets/sass/@primer/css/dist/header.js | 1 + assets/sass/@primer/css/dist/labels.css | 3 + assets/sass/@primer/css/dist/labels.css.map | 1 + assets/sass/@primer/css/dist/labels.js | 1 + assets/sass/@primer/css/dist/layout.css | 3 + assets/sass/@primer/css/dist/layout.css.map | 1 + assets/sass/@primer/css/dist/layout.js | 1 + assets/sass/@primer/css/dist/loaders.css | 3 + assets/sass/@primer/css/dist/loaders.css.map | 1 + assets/sass/@primer/css/dist/loaders.js | 1 + assets/sass/@primer/css/dist/markdown.css | 3 + assets/sass/@primer/css/dist/markdown.css.map | 1 + assets/sass/@primer/css/dist/markdown.js | 1 + assets/sass/@primer/css/dist/marketing-buttons.css | 3 + .../@primer/css/dist/marketing-buttons.css.map | 1 + assets/sass/@primer/css/dist/marketing-buttons.js | 1 + assets/sass/@primer/css/dist/marketing-support.css | 3 + .../@primer/css/dist/marketing-support.css.map | 1 + assets/sass/@primer/css/dist/marketing-support.js | 1 + assets/sass/@primer/css/dist/marketing-type.css | 3 + .../sass/@primer/css/dist/marketing-type.css.map | 1 + assets/sass/@primer/css/dist/marketing-type.js | 1 + .../sass/@primer/css/dist/marketing-utilities.css | 3 + .../@primer/css/dist/marketing-utilities.css.map | 1 + .../sass/@primer/css/dist/marketing-utilities.js | 1 + assets/sass/@primer/css/dist/marketing.css | 8 + assets/sass/@primer/css/dist/marketing.css.map | 1 + assets/sass/@primer/css/dist/marketing.js | 1 + assets/sass/@primer/css/dist/meta.json | 512 ++++ assets/sass/@primer/css/dist/navigation.css | 3 + assets/sass/@primer/css/dist/navigation.css.map | 1 + assets/sass/@primer/css/dist/navigation.js | 1 + assets/sass/@primer/css/dist/pagination.css | 3 + assets/sass/@primer/css/dist/pagination.css.map | 1 + assets/sass/@primer/css/dist/pagination.js | 1 + assets/sass/@primer/css/dist/popover.css | 3 + assets/sass/@primer/css/dist/popover.css.map | 1 + assets/sass/@primer/css/dist/popover.js | 1 + assets/sass/@primer/css/dist/primer.css | 23 + assets/sass/@primer/css/dist/primer.css.map | 1 + assets/sass/@primer/css/dist/primer.js | 1 + assets/sass/@primer/css/dist/product.css | 8 + assets/sass/@primer/css/dist/product.css.map | 1 + assets/sass/@primer/css/dist/product.js | 1 + assets/sass/@primer/css/dist/progress.css | 3 + assets/sass/@primer/css/dist/progress.css.map | 1 + assets/sass/@primer/css/dist/progress.js | 1 + assets/sass/@primer/css/dist/select-menu.css | 3 + assets/sass/@primer/css/dist/select-menu.css.map | 1 + assets/sass/@primer/css/dist/select-menu.js | 1 + assets/sass/@primer/css/dist/stats/alerts.json | 1 + .../sass/@primer/css/dist/stats/autocomplete.json | 1 + assets/sass/@primer/css/dist/stats/avatars.json | 1 + assets/sass/@primer/css/dist/stats/base.json | 1 + assets/sass/@primer/css/dist/stats/blankslate.json | 1 + assets/sass/@primer/css/dist/stats/box.json | 1 + .../sass/@primer/css/dist/stats/branch-name.json | 1 + assets/sass/@primer/css/dist/stats/breadcrumb.json | 1 + assets/sass/@primer/css/dist/stats/buttons.json | 1 + assets/sass/@primer/css/dist/stats/core.json | 1 + assets/sass/@primer/css/dist/stats/dropdown.json | 1 + assets/sass/@primer/css/dist/stats/forms.json | 1 + assets/sass/@primer/css/dist/stats/header.json | 1 + assets/sass/@primer/css/dist/stats/labels.json | 1 + assets/sass/@primer/css/dist/stats/layout.json | 1 + assets/sass/@primer/css/dist/stats/loaders.json | 1 + assets/sass/@primer/css/dist/stats/markdown.json | 1 + .../@primer/css/dist/stats/marketing-buttons.json | 1 + .../@primer/css/dist/stats/marketing-support.json | 1 + .../@primer/css/dist/stats/marketing-type.json | 1 + .../css/dist/stats/marketing-utilities.json | 1 + assets/sass/@primer/css/dist/stats/marketing.json | 1 + assets/sass/@primer/css/dist/stats/navigation.json | 1 + assets/sass/@primer/css/dist/stats/pagination.json | 1 + assets/sass/@primer/css/dist/stats/popover.json | 1 + assets/sass/@primer/css/dist/stats/primer.json | 1 + assets/sass/@primer/css/dist/stats/product.json | 1 + assets/sass/@primer/css/dist/stats/progress.json | 1 + .../sass/@primer/css/dist/stats/select-menu.json | 1 + assets/sass/@primer/css/dist/stats/subhead.json | 1 + assets/sass/@primer/css/dist/stats/support.json | 1 + .../sass/@primer/css/dist/stats/table-object.json | 1 + assets/sass/@primer/css/dist/stats/timeline.json | 1 + assets/sass/@primer/css/dist/stats/toasts.json | 1 + assets/sass/@primer/css/dist/stats/tooltips.json | 1 + assets/sass/@primer/css/dist/stats/truncate.json | 1 + assets/sass/@primer/css/dist/stats/utilities.json | 1 + assets/sass/@primer/css/dist/subhead.css | 3 + assets/sass/@primer/css/dist/subhead.css.map | 1 + assets/sass/@primer/css/dist/subhead.js | 1 + assets/sass/@primer/css/dist/support.css | 2 + assets/sass/@primer/css/dist/support.css.map | 1 + assets/sass/@primer/css/dist/support.js | 1 + assets/sass/@primer/css/dist/table-object.css | 3 + assets/sass/@primer/css/dist/table-object.css.map | 1 + assets/sass/@primer/css/dist/table-object.js | 1 + assets/sass/@primer/css/dist/timeline.css | 3 + assets/sass/@primer/css/dist/timeline.css.map | 1 + assets/sass/@primer/css/dist/timeline.js | 1 + assets/sass/@primer/css/dist/toasts.css | 3 + assets/sass/@primer/css/dist/toasts.css.map | 1 + assets/sass/@primer/css/dist/toasts.js | 1 + assets/sass/@primer/css/dist/tooltips.css | 3 + assets/sass/@primer/css/dist/tooltips.css.map | 1 + assets/sass/@primer/css/dist/tooltips.js | 1 + assets/sass/@primer/css/dist/truncate.css | 3 + assets/sass/@primer/css/dist/truncate.css.map | 1 + assets/sass/@primer/css/dist/truncate.js | 1 + assets/sass/@primer/css/dist/utilities.css | 3 + assets/sass/@primer/css/dist/utilities.css.map | 1 + assets/sass/@primer/css/dist/utilities.js | 1 + assets/sass/@primer/css/dist/variables.json | 2802 ++++++++++++++++++++ assets/sass/@primer/css/dropdown/README.md | 25 + assets/sass/@primer/css/dropdown/dropdown.scss | 327 +++ assets/sass/@primer/css/dropdown/index.scss | 2 + assets/sass/@primer/css/fonts/Inter-Bold.woff | Bin 0 -> 143592 bytes assets/sass/@primer/css/fonts/Inter-Medium.woff | Bin 0 -> 142736 bytes assets/sass/@primer/css/fonts/Inter-Regular.woff | Bin 0 -> 134528 bytes assets/sass/@primer/css/forms/README.md | 25 + assets/sass/@primer/css/forms/form-control.scss | 259 ++ assets/sass/@primer/css/forms/form-group.scss | 265 ++ assets/sass/@primer/css/forms/form-select.scss | 39 + assets/sass/@primer/css/forms/form-validation.scss | 365 +++ assets/sass/@primer/css/forms/index.scss | 7 + assets/sass/@primer/css/forms/input-group.scss | 53 + assets/sass/@primer/css/forms/radio-group.scss | 43 + assets/sass/@primer/css/header/README.md | 25 + assets/sass/@primer/css/header/header.scss | 37 + assets/sass/@primer/css/header/index.scss | 2 + assets/sass/@primer/css/index.scss | 16 + assets/sass/@primer/css/labels/README.md | 25 + assets/sass/@primer/css/labels/counters.scss | 30 + assets/sass/@primer/css/labels/diffstat.scss | 33 + assets/sass/@primer/css/labels/index.scss | 6 + assets/sass/@primer/css/labels/issue-labels.scss | 45 + assets/sass/@primer/css/labels/labels.scss | 68 + assets/sass/@primer/css/labels/states.scss | 40 + assets/sass/@primer/css/layout/README.md | 25 + assets/sass/@primer/css/layout/container.scss | 30 + assets/sass/@primer/css/layout/grid-offset.scss | 19 + assets/sass/@primer/css/layout/grid.scss | 64 + assets/sass/@primer/css/layout/index.scss | 4 + assets/sass/@primer/css/loaders/README.md | 25 + assets/sass/@primer/css/loaders/index.scss | 2 + assets/sass/@primer/css/loaders/loaders.scss | 19 + assets/sass/@primer/css/markdown/README.md | 25 + assets/sass/@primer/css/markdown/blob-csv.scss | 29 + assets/sass/@primer/css/markdown/code.scss | 69 + assets/sass/@primer/css/markdown/headings.scss | 72 + assets/sass/@primer/css/markdown/images.scss | 131 + assets/sass/@primer/css/markdown/index.scss | 8 + assets/sass/@primer/css/markdown/lists.scss | 77 + .../sass/@primer/css/markdown/markdown-body.scss | 99 + assets/sass/@primer/css/markdown/tables.scss | 36 + assets/sass/@primer/css/marketing/README.md | 25 + .../sass/@primer/css/marketing/buttons/button.scss | 100 + .../sass/@primer/css/marketing/buttons/index.scss | 3 + assets/sass/@primer/css/marketing/index.scss | 14 + .../sass/@primer/css/marketing/support/index.scss | 2 + .../@primer/css/marketing/support/variables.scss | 77 + assets/sass/@primer/css/marketing/type/index.scss | 3 + .../@primer/css/marketing/type/typography.scss | 103 + .../@primer/css/marketing/utilities/borders.scss | 4 + .../@primer/css/marketing/utilities/filters.scss | 3 + .../@primer/css/marketing/utilities/index.scss | 7 + .../@primer/css/marketing/utilities/layout.scss | 29 + .../@primer/css/marketing/utilities/margin.scss | 17 + .../@primer/css/marketing/utilities/padding.scss | 24 + assets/sass/@primer/css/navigation/README.md | 25 + .../sass/@primer/css/navigation/filter-list.scss | 68 + assets/sass/@primer/css/navigation/index.scss | 8 + assets/sass/@primer/css/navigation/menu.scss | 133 + assets/sass/@primer/css/navigation/sidenav.scss | 111 + assets/sass/@primer/css/navigation/subnav.scss | 132 + assets/sass/@primer/css/navigation/tabnav.scss | 84 + .../sass/@primer/css/navigation/underline-nav.scss | 81 + assets/sass/@primer/css/package.json | 122 + assets/sass/@primer/css/pagination/README.md | 25 + assets/sass/@primer/css/pagination/index.scss | 3 + assets/sass/@primer/css/pagination/pagination.scss | 85 + assets/sass/@primer/css/popover/README.md | 25 + assets/sass/@primer/css/popover/index.scss | 3 + assets/sass/@primer/css/popover/popover.scss | 188 ++ assets/sass/@primer/css/postcss.config.js | 14 + assets/sass/@primer/css/prettier.config.js | 1 + assets/sass/@primer/css/product/README.md | 25 + assets/sass/@primer/css/product/index.scss | 27 + assets/sass/@primer/css/progress/README.md | 25 + assets/sass/@primer/css/progress/index.scss | 3 + assets/sass/@primer/css/progress/progress.scss | 18 + assets/sass/@primer/css/release.config.js | 4 + assets/sass/@primer/css/select-menu/README.md | 25 + assets/sass/@primer/css/select-menu/index.scss | 3 + .../sass/@primer/css/select-menu/select-menu.scss | 428 +++ assets/sass/@primer/css/stylelint.config.js | 17 + assets/sass/@primer/css/subhead/README.md | 25 + assets/sass/@primer/css/subhead/index.scss | 3 + assets/sass/@primer/css/subhead/subhead.scss | 39 + assets/sass/@primer/css/support/README.md | 25 + assets/sass/@primer/css/support/index.scss | 11 + .../sass/@primer/css/support/mixins/buttons.scss | 167 ++ assets/sass/@primer/css/support/mixins/layout.scss | 58 + assets/sass/@primer/css/support/mixins/misc.scss | 29 + .../@primer/css/support/mixins/typography.scss | 84 + .../css/support/variables/color-system.scss | 243 ++ .../sass/@primer/css/support/variables/colors.scss | 63 + .../sass/@primer/css/support/variables/layout.scss | 129 + .../sass/@primer/css/support/variables/misc.scss | 26 + .../@primer/css/support/variables/typography.scss | 42 + assets/sass/@primer/css/table-object/README.md | 25 + assets/sass/@primer/css/table-object/index.scss | 1 + .../@primer/css/table-object/table-object.scss | 20 + assets/sass/@primer/css/timeline/README.md | 25 + assets/sass/@primer/css/timeline/index.scss | 2 + .../sass/@primer/css/timeline/timeline-item.scss | 95 + assets/sass/@primer/css/toasts/README.md | 25 + assets/sass/@primer/css/toasts/index.scss | 2 + assets/sass/@primer/css/toasts/toasts.scss | 106 + assets/sass/@primer/css/tooltips/README.md | 25 + assets/sass/@primer/css/tooltips/index.scss | 2 + assets/sass/@primer/css/tooltips/tooltips.scss | 292 ++ assets/sass/@primer/css/truncate/README.md | 25 + assets/sass/@primer/css/truncate/index.scss | 1 + assets/sass/@primer/css/truncate/truncate.scss | 31 + assets/sass/@primer/css/utilities/README.md | 25 + assets/sass/@primer/css/utilities/animations.scss | 183 ++ assets/sass/@primer/css/utilities/borders.scss | 116 + assets/sass/@primer/css/utilities/box-shadow.scss | 25 + assets/sass/@primer/css/utilities/colors.scss | 115 + assets/sass/@primer/css/utilities/details.scss | 28 + assets/sass/@primer/css/utilities/flexbox.scss | 51 + assets/sass/@primer/css/utilities/index.scss | 14 + assets/sass/@primer/css/utilities/layout.scss | 87 + assets/sass/@primer/css/utilities/margin.scss | 50 + assets/sass/@primer/css/utilities/padding.scss | 49 + assets/sass/@primer/css/utilities/typography.scss | 255 ++ .../@primer/css/utilities/visibility-display.scss | 74 + assets/sass/@primer/octicons/LICENSE | 21 + assets/sass/@primer/octicons/README.md | 141 + assets/sass/@primer/octicons/build/build.css | 5 + assets/sass/@primer/octicons/build/data.json | 1 + assets/sass/@primer/octicons/build/svg/alert.svg | 1 + assets/sass/@primer/octicons/build/svg/archive.svg | 1 + .../sass/@primer/octicons/build/svg/arrow-both.svg | 1 + .../sass/@primer/octicons/build/svg/arrow-down.svg | 1 + .../sass/@primer/octicons/build/svg/arrow-left.svg | 1 + .../@primer/octicons/build/svg/arrow-right.svg | 1 + .../octicons/build/svg/arrow-small-down.svg | 1 + .../octicons/build/svg/arrow-small-left.svg | 1 + .../octicons/build/svg/arrow-small-right.svg | 1 + .../@primer/octicons/build/svg/arrow-small-up.svg | 1 + .../sass/@primer/octicons/build/svg/arrow-up.svg | 1 + assets/sass/@primer/octicons/build/svg/beaker.svg | 1 + assets/sass/@primer/octicons/build/svg/bell.svg | 1 + assets/sass/@primer/octicons/build/svg/bold.svg | 1 + assets/sass/@primer/octicons/build/svg/book.svg | 1 + .../sass/@primer/octicons/build/svg/bookmark.svg | 1 + .../sass/@primer/octicons/build/svg/briefcase.svg | 1 + .../sass/@primer/octicons/build/svg/broadcast.svg | 1 + assets/sass/@primer/octicons/build/svg/browser.svg | 1 + assets/sass/@primer/octicons/build/svg/bug.svg | 1 + .../sass/@primer/octicons/build/svg/calendar.svg | 1 + assets/sass/@primer/octicons/build/svg/check.svg | 1 + .../sass/@primer/octicons/build/svg/checklist.svg | 1 + .../@primer/octicons/build/svg/chevron-down.svg | 1 + .../@primer/octicons/build/svg/chevron-left.svg | 1 + .../@primer/octicons/build/svg/chevron-right.svg | 1 + .../sass/@primer/octicons/build/svg/chevron-up.svg | 1 + .../@primer/octicons/build/svg/circle-slash.svg | 1 + .../@primer/octicons/build/svg/circuit-board.svg | 1 + assets/sass/@primer/octicons/build/svg/clippy.svg | 1 + assets/sass/@primer/octicons/build/svg/clock.svg | 1 + .../@primer/octicons/build/svg/cloud-download.svg | 1 + .../@primer/octicons/build/svg/cloud-upload.svg | 1 + assets/sass/@primer/octicons/build/svg/code.svg | 1 + .../octicons/build/svg/comment-discussion.svg | 1 + assets/sass/@primer/octicons/build/svg/comment.svg | 1 + .../@primer/octicons/build/svg/credit-card.svg | 1 + assets/sass/@primer/octicons/build/svg/dash.svg | 1 + .../sass/@primer/octicons/build/svg/dashboard.svg | 1 + .../sass/@primer/octicons/build/svg/database.svg | 1 + .../sass/@primer/octicons/build/svg/dependent.svg | 1 + .../octicons/build/svg/desktop-download.svg | 1 + .../octicons/build/svg/device-camera-video.svg | 1 + .../@primer/octicons/build/svg/device-camera.svg | 1 + .../@primer/octicons/build/svg/device-desktop.svg | 1 + .../@primer/octicons/build/svg/device-mobile.svg | 1 + .../sass/@primer/octicons/build/svg/diff-added.svg | 1 + .../@primer/octicons/build/svg/diff-ignored.svg | 1 + .../@primer/octicons/build/svg/diff-modified.svg | 1 + .../@primer/octicons/build/svg/diff-removed.svg | 1 + .../@primer/octicons/build/svg/diff-renamed.svg | 1 + assets/sass/@primer/octicons/build/svg/diff.svg | 1 + .../sass/@primer/octicons/build/svg/ellipsis.svg | 1 + .../sass/@primer/octicons/build/svg/eye-closed.svg | 1 + assets/sass/@primer/octicons/build/svg/eye.svg | 1 + .../@primer/octicons/build/svg/file-binary.svg | 1 + .../sass/@primer/octicons/build/svg/file-code.svg | 1 + .../@primer/octicons/build/svg/file-directory.svg | 1 + .../sass/@primer/octicons/build/svg/file-media.svg | 1 + .../sass/@primer/octicons/build/svg/file-pdf.svg | 1 + .../@primer/octicons/build/svg/file-submodule.svg | 1 + .../octicons/build/svg/file-symlink-directory.svg | 1 + .../octicons/build/svg/file-symlink-file.svg | 1 + .../sass/@primer/octicons/build/svg/file-zip.svg | 1 + assets/sass/@primer/octicons/build/svg/file.svg | 1 + assets/sass/@primer/octicons/build/svg/flame.svg | 1 + .../sass/@primer/octicons/build/svg/fold-down.svg | 1 + assets/sass/@primer/octicons/build/svg/fold-up.svg | 1 + assets/sass/@primer/octicons/build/svg/fold.svg | 1 + assets/sass/@primer/octicons/build/svg/gear.svg | 1 + assets/sass/@primer/octicons/build/svg/gift.svg | 1 + .../@primer/octicons/build/svg/gist-secret.svg | 1 + assets/sass/@primer/octicons/build/svg/gist.svg | 1 + .../sass/@primer/octicons/build/svg/git-branch.svg | 1 + .../sass/@primer/octicons/build/svg/git-commit.svg | 1 + .../@primer/octicons/build/svg/git-compare.svg | 1 + .../sass/@primer/octicons/build/svg/git-merge.svg | 1 + .../octicons/build/svg/git-pull-request.svg | 1 + .../@primer/octicons/build/svg/github-action.svg | 1 + assets/sass/@primer/octicons/build/svg/globe.svg | 1 + assets/sass/@primer/octicons/build/svg/grabber.svg | 1 + assets/sass/@primer/octicons/build/svg/graph.svg | 1 + .../@primer/octicons/build/svg/heart-outline.svg | 1 + assets/sass/@primer/octicons/build/svg/heart.svg | 1 + assets/sass/@primer/octicons/build/svg/history.svg | 1 + assets/sass/@primer/octicons/build/svg/home.svg | 1 + .../@primer/octicons/build/svg/horizontal-rule.svg | 1 + assets/sass/@primer/octicons/build/svg/hubot.svg | 1 + assets/sass/@primer/octicons/build/svg/inbox.svg | 1 + .../sass/@primer/octicons/build/svg/infinity.svg | 1 + assets/sass/@primer/octicons/build/svg/info.svg | 1 + .../@primer/octicons/build/svg/internal-repo.svg | 3 + .../@primer/octicons/build/svg/issue-closed.svg | 1 + .../@primer/octicons/build/svg/issue-opened.svg | 1 + .../@primer/octicons/build/svg/issue-reopened.svg | 1 + assets/sass/@primer/octicons/build/svg/italic.svg | 1 + assets/sass/@primer/octicons/build/svg/jersey.svg | 1 + .../octicons/build/svg/kebab-horizontal.svg | 1 + .../@primer/octicons/build/svg/kebab-vertical.svg | 1 + assets/sass/@primer/octicons/build/svg/key.svg | 1 + .../sass/@primer/octicons/build/svg/keyboard.svg | 1 + assets/sass/@primer/octicons/build/svg/law.svg | 1 + .../sass/@primer/octicons/build/svg/light-bulb.svg | 1 + .../@primer/octicons/build/svg/line-arrow-down.svg | 1 + .../@primer/octicons/build/svg/line-arrow-left.svg | 1 + .../octicons/build/svg/line-arrow-right.svg | 1 + .../@primer/octicons/build/svg/line-arrow-up.svg | 1 + .../@primer/octicons/build/svg/link-external.svg | 1 + assets/sass/@primer/octicons/build/svg/link.svg | 1 + .../@primer/octicons/build/svg/list-ordered.svg | 1 + .../@primer/octicons/build/svg/list-unordered.svg | 1 + .../sass/@primer/octicons/build/svg/location.svg | 1 + assets/sass/@primer/octicons/build/svg/lock.svg | 1 + .../sass/@primer/octicons/build/svg/logo-gist.svg | 1 + .../@primer/octicons/build/svg/logo-github.svg | 1 + .../sass/@primer/octicons/build/svg/mail-read.svg | 1 + assets/sass/@primer/octicons/build/svg/mail.svg | 1 + .../@primer/octicons/build/svg/mark-github.svg | 1 + .../sass/@primer/octicons/build/svg/markdown.svg | 1 + .../sass/@primer/octicons/build/svg/megaphone.svg | 1 + assets/sass/@primer/octicons/build/svg/mention.svg | 1 + .../sass/@primer/octicons/build/svg/milestone.svg | 1 + assets/sass/@primer/octicons/build/svg/mirror.svg | 1 + .../@primer/octicons/build/svg/mortar-board.svg | 1 + assets/sass/@primer/octicons/build/svg/mute.svg | 1 + .../sass/@primer/octicons/build/svg/no-newline.svg | 1 + .../sass/@primer/octicons/build/svg/north-star.svg | 3 + assets/sass/@primer/octicons/build/svg/note.svg | 1 + .../sass/@primer/octicons/build/svg/octoface.svg | 1 + .../@primer/octicons/build/svg/organization.svg | 1 + assets/sass/@primer/octicons/build/svg/package.svg | 1 + .../sass/@primer/octicons/build/svg/paintcan.svg | 1 + assets/sass/@primer/octicons/build/svg/pencil.svg | 1 + assets/sass/@primer/octicons/build/svg/person.svg | 1 + assets/sass/@primer/octicons/build/svg/pin.svg | 1 + assets/sass/@primer/octicons/build/svg/play.svg | 1 + assets/sass/@primer/octicons/build/svg/plug.svg | 1 + .../sass/@primer/octicons/build/svg/plus-small.svg | 1 + assets/sass/@primer/octicons/build/svg/plus.svg | 1 + .../octicons/build/svg/primitive-dot-stroke.svg | 1 + .../@primer/octicons/build/svg/primitive-dot.svg | 1 + .../octicons/build/svg/primitive-square.svg | 1 + assets/sass/@primer/octicons/build/svg/project.svg | 1 + assets/sass/@primer/octicons/build/svg/pulse.svg | 1 + .../sass/@primer/octicons/build/svg/question.svg | 1 + assets/sass/@primer/octicons/build/svg/quote.svg | 1 + .../@primer/octicons/build/svg/radio-tower.svg | 1 + assets/sass/@primer/octicons/build/svg/reply.svg | 1 + .../sass/@primer/octicons/build/svg/repo-clone.svg | 1 + .../@primer/octicons/build/svg/repo-force-push.svg | 1 + .../@primer/octicons/build/svg/repo-forked.svg | 1 + .../sass/@primer/octicons/build/svg/repo-pull.svg | 1 + .../sass/@primer/octicons/build/svg/repo-push.svg | 1 + .../octicons/build/svg/repo-template-private.svg | 1 + .../@primer/octicons/build/svg/repo-template.svg | 1 + assets/sass/@primer/octicons/build/svg/repo.svg | 1 + assets/sass/@primer/octicons/build/svg/report.svg | 1 + .../@primer/octicons/build/svg/request-changes.svg | 1 + assets/sass/@primer/octicons/build/svg/rocket.svg | 1 + assets/sass/@primer/octicons/build/svg/rss.svg | 1 + assets/sass/@primer/octicons/build/svg/ruby.svg | 1 + assets/sass/@primer/octicons/build/svg/saved.svg | 1 + .../@primer/octicons/build/svg/screen-full.svg | 1 + .../@primer/octicons/build/svg/screen-normal.svg | 1 + assets/sass/@primer/octicons/build/svg/search.svg | 1 + assets/sass/@primer/octicons/build/svg/server.svg | 1 + .../sass/@primer/octicons/build/svg/settings.svg | 1 + .../@primer/octicons/build/svg/shield-check.svg | 1 + .../@primer/octicons/build/svg/shield-lock.svg | 1 + .../sass/@primer/octicons/build/svg/shield-x.svg | 1 + assets/sass/@primer/octicons/build/svg/shield.svg | 1 + assets/sass/@primer/octicons/build/svg/sign-in.svg | 1 + .../sass/@primer/octicons/build/svg/sign-out.svg | 1 + assets/sass/@primer/octicons/build/svg/skip.svg | 1 + assets/sass/@primer/octicons/build/svg/smiley.svg | 1 + .../sass/@primer/octicons/build/svg/squirrel.svg | 1 + assets/sass/@primer/octicons/build/svg/star.svg | 1 + assets/sass/@primer/octicons/build/svg/stop.svg | 1 + assets/sass/@primer/octicons/build/svg/sync.svg | 1 + assets/sass/@primer/octicons/build/svg/tag.svg | 1 + .../sass/@primer/octicons/build/svg/tasklist.svg | 1 + .../sass/@primer/octicons/build/svg/telescope.svg | 1 + .../sass/@primer/octicons/build/svg/terminal.svg | 1 + .../sass/@primer/octicons/build/svg/text-size.svg | 1 + .../sass/@primer/octicons/build/svg/three-bars.svg | 1 + .../sass/@primer/octicons/build/svg/thumbsdown.svg | 1 + .../sass/@primer/octicons/build/svg/thumbsup.svg | 1 + assets/sass/@primer/octicons/build/svg/tools.svg | 1 + .../sass/@primer/octicons/build/svg/trashcan.svg | 1 + .../@primer/octicons/build/svg/triangle-down.svg | 1 + .../@primer/octicons/build/svg/triangle-left.svg | 1 + .../@primer/octicons/build/svg/triangle-right.svg | 1 + .../@primer/octicons/build/svg/triangle-up.svg | 1 + assets/sass/@primer/octicons/build/svg/unfold.svg | 1 + assets/sass/@primer/octicons/build/svg/unmute.svg | 1 + assets/sass/@primer/octicons/build/svg/unsaved.svg | 1 + .../sass/@primer/octicons/build/svg/unverified.svg | 1 + .../sass/@primer/octicons/build/svg/verified.svg | 1 + .../sass/@primer/octicons/build/svg/versions.svg | 1 + assets/sass/@primer/octicons/build/svg/watch.svg | 1 + .../@primer/octicons/build/svg/workflow-all.svg | 1 + .../sass/@primer/octicons/build/svg/workflow.svg | 1 + assets/sass/@primer/octicons/build/svg/x.svg | 1 + assets/sass/@primer/octicons/build/svg/zap.svg | 1 + assets/sass/@primer/octicons/index.js | 65 + assets/sass/@primer/octicons/index.scss | 5 + assets/sass/@primer/octicons/package.json | 69 + assets/sass/_font.scss | 6 + assets/sass/_footer.scss | 10 + assets/sass/_header.scss | 20 + assets/sass/_list.scss | 51 + assets/sass/_markdown.scss | 32 + assets/sass/_pagination.scss | 28 + assets/sass/_sidebar.scss | 26 + assets/sass/_var.scss | 88 + assets/sass/main.scss | 34 + assets/sass/object-assign/index.js | 90 + assets/sass/object-assign/license | 21 + assets/sass/object-assign/package.json | 74 + assets/sass/object-assign/readme.md | 61 + exampleSite/.gitignore | 8 + exampleSite/config.toml | 54 + exampleSite/content/about.md | 26 + exampleSite/content/post/cjk-unicode-test.md | 80 + exampleSite/content/post/emoji-support.md | 46 + exampleSite/content/post/markdown-syntax.md | 140 + exampleSite/content/post/math-typesetting.mmark | 45 + exampleSite/content/post/placeholder-text.md | 57 + exampleSite/content/post/wtf-article.md | 61 + exampleSite/layouts/partials/favicon.html | 10 + images/screenshot.png | Bin 0 -> 126846 bytes images/tn.png | Bin 0 -> 119755 bytes layouts/_default/baseof.html | 14 + layouts/_default/list.html | 14 + layouts/_default/single.html | 24 + layouts/index.html | 36 + layouts/partials/favicon.html | 1 + layouts/partials/footer.html | 9 + layouts/partials/head.html | 23 + layouts/partials/header.html | 9 + layouts/partials/math.html | 5 + layouts/partials/post-meta.html | 12 + layouts/partials/scripts.html | 5 + layouts/partials/sidebar.html | 37 + layouts/tags/list.html | 42 + package-lock.json | 32 + package.json | 29 + theme.toml | 15 + 583 files changed, 18003 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md create mode 100644 archetypes/default.md create mode 100644 assets/sass/@primer/css/.browserslistrc create mode 100644 assets/sass/@primer/css/.eslintrc.json create mode 100644 assets/sass/@primer/css/.nowignore create mode 100644 assets/sass/@primer/css/CHANGELOG.md create mode 100644 assets/sass/@primer/css/CODE_OF_CONDUCT.md create mode 100644 assets/sass/@primer/css/DEVELOP.md create mode 100644 assets/sass/@primer/css/LICENSE create mode 100644 assets/sass/@primer/css/MIGRATING.md create mode 100644 assets/sass/@primer/css/README.md create mode 100644 assets/sass/@primer/css/README.template.md create mode 100644 assets/sass/@primer/css/RELEASING.md create mode 100644 assets/sass/@primer/css/alerts/README.md create mode 100644 assets/sass/@primer/css/alerts/flash.scss create mode 100644 assets/sass/@primer/css/alerts/index.scss create mode 100644 assets/sass/@primer/css/autocomplete/README.md create mode 100644 assets/sass/@primer/css/autocomplete/autocomplete.scss create mode 100644 assets/sass/@primer/css/autocomplete/index.scss create mode 100644 assets/sass/@primer/css/autocomplete/suggester.scss create mode 100644 assets/sass/@primer/css/avatars/README.md create mode 100644 assets/sass/@primer/css/avatars/avatar-parent-child.scss create mode 100644 assets/sass/@primer/css/avatars/avatar-stack.scss create mode 100644 assets/sass/@primer/css/avatars/avatar.scss create mode 100644 assets/sass/@primer/css/avatars/circle-badge.scss create mode 100644 assets/sass/@primer/css/avatars/index.scss create mode 100644 assets/sass/@primer/css/base/README.md create mode 100644 assets/sass/@primer/css/base/base.scss create mode 100644 assets/sass/@primer/css/base/index.scss create mode 100644 assets/sass/@primer/css/base/kbd.scss create mode 100644 assets/sass/@primer/css/base/normalize.scss create mode 100644 assets/sass/@primer/css/base/typography-base.scss create mode 100644 assets/sass/@primer/css/bin/primer-migrate create mode 100644 assets/sass/@primer/css/blankslate/README.md create mode 100644 assets/sass/@primer/css/blankslate/blankslate.scss create mode 100644 assets/sass/@primer/css/blankslate/index.scss create mode 100644 assets/sass/@primer/css/box/README.md create mode 100644 assets/sass/@primer/css/box/box.scss create mode 100644 assets/sass/@primer/css/box/index.scss create mode 100644 assets/sass/@primer/css/branch-name/README.md create mode 100644 assets/sass/@primer/css/branch-name/branch-name.scss create mode 100644 assets/sass/@primer/css/branch-name/index.scss create mode 100644 assets/sass/@primer/css/breadcrumb/README.md create mode 100644 assets/sass/@primer/css/breadcrumb/breadcrumb.scss create mode 100644 assets/sass/@primer/css/breadcrumb/index.scss create mode 100644 assets/sass/@primer/css/buttons/README.md create mode 100644 assets/sass/@primer/css/buttons/button-group.scss create mode 100644 assets/sass/@primer/css/buttons/button.scss create mode 100644 assets/sass/@primer/css/buttons/index.scss create mode 100644 assets/sass/@primer/css/buttons/misc.scss create mode 100644 assets/sass/@primer/css/core/README.md create mode 100644 assets/sass/@primer/css/core/index.scss create mode 100644 assets/sass/@primer/css/deprecations.js create mode 100644 assets/sass/@primer/css/dist/alerts.css create mode 100644 assets/sass/@primer/css/dist/alerts.css.map create mode 100644 assets/sass/@primer/css/dist/alerts.js create mode 100644 assets/sass/@primer/css/dist/autocomplete.css create mode 100644 assets/sass/@primer/css/dist/autocomplete.css.map create mode 100644 assets/sass/@primer/css/dist/autocomplete.js create mode 100644 assets/sass/@primer/css/dist/avatars.css create mode 100644 assets/sass/@primer/css/dist/avatars.css.map create mode 100644 assets/sass/@primer/css/dist/avatars.js create mode 100644 assets/sass/@primer/css/dist/base.css create mode 100644 assets/sass/@primer/css/dist/base.css.map create mode 100644 assets/sass/@primer/css/dist/base.js create mode 100644 assets/sass/@primer/css/dist/blankslate.css create mode 100644 assets/sass/@primer/css/dist/blankslate.css.map create mode 100644 assets/sass/@primer/css/dist/blankslate.js create mode 100644 assets/sass/@primer/css/dist/box.css create mode 100644 assets/sass/@primer/css/dist/box.css.map create mode 100644 assets/sass/@primer/css/dist/box.js create mode 100644 assets/sass/@primer/css/dist/branch-name.css create mode 100644 assets/sass/@primer/css/dist/branch-name.css.map create mode 100644 assets/sass/@primer/css/dist/branch-name.js create mode 100644 assets/sass/@primer/css/dist/breadcrumb.css create mode 100644 assets/sass/@primer/css/dist/breadcrumb.css.map create mode 100644 assets/sass/@primer/css/dist/breadcrumb.js create mode 100644 assets/sass/@primer/css/dist/buttons.css create mode 100644 assets/sass/@primer/css/dist/buttons.css.map create mode 100644 assets/sass/@primer/css/dist/buttons.js create mode 100644 assets/sass/@primer/css/dist/core.css create mode 100644 assets/sass/@primer/css/dist/core.css.map create mode 100644 assets/sass/@primer/css/dist/core.js create mode 100644 assets/sass/@primer/css/dist/deprecations.json create mode 100644 assets/sass/@primer/css/dist/dropdown.css create mode 100644 assets/sass/@primer/css/dist/dropdown.css.map create mode 100644 assets/sass/@primer/css/dist/dropdown.js create mode 100644 assets/sass/@primer/css/dist/forms.css create mode 100644 assets/sass/@primer/css/dist/forms.css.map create mode 100644 assets/sass/@primer/css/dist/forms.js create mode 100644 assets/sass/@primer/css/dist/header.css create mode 100644 assets/sass/@primer/css/dist/header.css.map create mode 100644 assets/sass/@primer/css/dist/header.js create mode 100644 assets/sass/@primer/css/dist/labels.css create mode 100644 assets/sass/@primer/css/dist/labels.css.map create mode 100644 assets/sass/@primer/css/dist/labels.js create mode 100644 assets/sass/@primer/css/dist/layout.css create mode 100644 assets/sass/@primer/css/dist/layout.css.map create mode 100644 assets/sass/@primer/css/dist/layout.js create mode 100644 assets/sass/@primer/css/dist/loaders.css create mode 100644 assets/sass/@primer/css/dist/loaders.css.map create mode 100644 assets/sass/@primer/css/dist/loaders.js create mode 100644 assets/sass/@primer/css/dist/markdown.css create mode 100644 assets/sass/@primer/css/dist/markdown.css.map create mode 100644 assets/sass/@primer/css/dist/markdown.js create mode 100644 assets/sass/@primer/css/dist/marketing-buttons.css create mode 100644 assets/sass/@primer/css/dist/marketing-buttons.css.map create mode 100644 assets/sass/@primer/css/dist/marketing-buttons.js create mode 100644 assets/sass/@primer/css/dist/marketing-support.css create mode 100644 assets/sass/@primer/css/dist/marketing-support.css.map create mode 100644 assets/sass/@primer/css/dist/marketing-support.js create mode 100644 assets/sass/@primer/css/dist/marketing-type.css create mode 100644 assets/sass/@primer/css/dist/marketing-type.css.map create mode 100644 assets/sass/@primer/css/dist/marketing-type.js create mode 100644 assets/sass/@primer/css/dist/marketing-utilities.css create mode 100644 assets/sass/@primer/css/dist/marketing-utilities.css.map create mode 100644 assets/sass/@primer/css/dist/marketing-utilities.js create mode 100644 assets/sass/@primer/css/dist/marketing.css create mode 100644 assets/sass/@primer/css/dist/marketing.css.map create mode 100644 assets/sass/@primer/css/dist/marketing.js create mode 100644 assets/sass/@primer/css/dist/meta.json create mode 100644 assets/sass/@primer/css/dist/navigation.css create mode 100644 assets/sass/@primer/css/dist/navigation.css.map create mode 100644 assets/sass/@primer/css/dist/navigation.js create mode 100644 assets/sass/@primer/css/dist/pagination.css create mode 100644 assets/sass/@primer/css/dist/pagination.css.map create mode 100644 assets/sass/@primer/css/dist/pagination.js create mode 100644 assets/sass/@primer/css/dist/popover.css create mode 100644 assets/sass/@primer/css/dist/popover.css.map create mode 100644 assets/sass/@primer/css/dist/popover.js create mode 100644 assets/sass/@primer/css/dist/primer.css create mode 100644 assets/sass/@primer/css/dist/primer.css.map create mode 100644 assets/sass/@primer/css/dist/primer.js create mode 100644 assets/sass/@primer/css/dist/product.css create mode 100644 assets/sass/@primer/css/dist/product.css.map create mode 100644 assets/sass/@primer/css/dist/product.js create mode 100644 assets/sass/@primer/css/dist/progress.css create mode 100644 assets/sass/@primer/css/dist/progress.css.map create mode 100644 assets/sass/@primer/css/dist/progress.js create mode 100644 assets/sass/@primer/css/dist/select-menu.css create mode 100644 assets/sass/@primer/css/dist/select-menu.css.map create mode 100644 assets/sass/@primer/css/dist/select-menu.js create mode 100644 assets/sass/@primer/css/dist/stats/alerts.json create mode 100644 assets/sass/@primer/css/dist/stats/autocomplete.json create mode 100644 assets/sass/@primer/css/dist/stats/avatars.json create mode 100644 assets/sass/@primer/css/dist/stats/base.json create mode 100644 assets/sass/@primer/css/dist/stats/blankslate.json create mode 100644 assets/sass/@primer/css/dist/stats/box.json create mode 100644 assets/sass/@primer/css/dist/stats/branch-name.json create mode 100644 assets/sass/@primer/css/dist/stats/breadcrumb.json create mode 100644 assets/sass/@primer/css/dist/stats/buttons.json create mode 100644 assets/sass/@primer/css/dist/stats/core.json create mode 100644 assets/sass/@primer/css/dist/stats/dropdown.json create mode 100644 assets/sass/@primer/css/dist/stats/forms.json create mode 100644 assets/sass/@primer/css/dist/stats/header.json create mode 100644 assets/sass/@primer/css/dist/stats/labels.json create mode 100644 assets/sass/@primer/css/dist/stats/layout.json create mode 100644 assets/sass/@primer/css/dist/stats/loaders.json create mode 100644 assets/sass/@primer/css/dist/stats/markdown.json create mode 100644 assets/sass/@primer/css/dist/stats/marketing-buttons.json create mode 100644 assets/sass/@primer/css/dist/stats/marketing-support.json create mode 100644 assets/sass/@primer/css/dist/stats/marketing-type.json create mode 100644 assets/sass/@primer/css/dist/stats/marketing-utilities.json create mode 100644 assets/sass/@primer/css/dist/stats/marketing.json create mode 100644 assets/sass/@primer/css/dist/stats/navigation.json create mode 100644 assets/sass/@primer/css/dist/stats/pagination.json create mode 100644 assets/sass/@primer/css/dist/stats/popover.json create mode 100644 assets/sass/@primer/css/dist/stats/primer.json create mode 100644 assets/sass/@primer/css/dist/stats/product.json create mode 100644 assets/sass/@primer/css/dist/stats/progress.json create mode 100644 assets/sass/@primer/css/dist/stats/select-menu.json create mode 100644 assets/sass/@primer/css/dist/stats/subhead.json create mode 100644 assets/sass/@primer/css/dist/stats/support.json create mode 100644 assets/sass/@primer/css/dist/stats/table-object.json create mode 100644 assets/sass/@primer/css/dist/stats/timeline.json create mode 100644 assets/sass/@primer/css/dist/stats/toasts.json create mode 100644 assets/sass/@primer/css/dist/stats/tooltips.json create mode 100644 assets/sass/@primer/css/dist/stats/truncate.json create mode 100644 assets/sass/@primer/css/dist/stats/utilities.json create mode 100644 assets/sass/@primer/css/dist/subhead.css create mode 100644 assets/sass/@primer/css/dist/subhead.css.map create mode 100644 assets/sass/@primer/css/dist/subhead.js create mode 100644 assets/sass/@primer/css/dist/support.css create mode 100644 assets/sass/@primer/css/dist/support.css.map create mode 100644 assets/sass/@primer/css/dist/support.js create mode 100644 assets/sass/@primer/css/dist/table-object.css create mode 100644 assets/sass/@primer/css/dist/table-object.css.map create mode 100644 assets/sass/@primer/css/dist/table-object.js create mode 100644 assets/sass/@primer/css/dist/timeline.css create mode 100644 assets/sass/@primer/css/dist/timeline.css.map create mode 100644 assets/sass/@primer/css/dist/timeline.js create mode 100644 assets/sass/@primer/css/dist/toasts.css create mode 100644 assets/sass/@primer/css/dist/toasts.css.map create mode 100644 assets/sass/@primer/css/dist/toasts.js create mode 100644 assets/sass/@primer/css/dist/tooltips.css create mode 100644 assets/sass/@primer/css/dist/tooltips.css.map create mode 100644 assets/sass/@primer/css/dist/tooltips.js create mode 100644 assets/sass/@primer/css/dist/truncate.css create mode 100644 assets/sass/@primer/css/dist/truncate.css.map create mode 100644 assets/sass/@primer/css/dist/truncate.js create mode 100644 assets/sass/@primer/css/dist/utilities.css create mode 100644 assets/sass/@primer/css/dist/utilities.css.map create mode 100644 assets/sass/@primer/css/dist/utilities.js create mode 100644 assets/sass/@primer/css/dist/variables.json create mode 100644 assets/sass/@primer/css/dropdown/README.md create mode 100644 assets/sass/@primer/css/dropdown/dropdown.scss create mode 100644 assets/sass/@primer/css/dropdown/index.scss create mode 100644 assets/sass/@primer/css/fonts/Inter-Bold.woff create mode 100644 assets/sass/@primer/css/fonts/Inter-Medium.woff create mode 100644 assets/sass/@primer/css/fonts/Inter-Regular.woff create mode 100644 assets/sass/@primer/css/forms/README.md create mode 100644 assets/sass/@primer/css/forms/form-control.scss create mode 100644 assets/sass/@primer/css/forms/form-group.scss create mode 100644 assets/sass/@primer/css/forms/form-select.scss create mode 100644 assets/sass/@primer/css/forms/form-validation.scss create mode 100644 assets/sass/@primer/css/forms/index.scss create mode 100644 assets/sass/@primer/css/forms/input-group.scss create mode 100644 assets/sass/@primer/css/forms/radio-group.scss create mode 100644 assets/sass/@primer/css/header/README.md create mode 100644 assets/sass/@primer/css/header/header.scss create mode 100644 assets/sass/@primer/css/header/index.scss create mode 100644 assets/sass/@primer/css/index.scss create mode 100644 assets/sass/@primer/css/labels/README.md create mode 100644 assets/sass/@primer/css/labels/counters.scss create mode 100644 assets/sass/@primer/css/labels/diffstat.scss create mode 100644 assets/sass/@primer/css/labels/index.scss create mode 100644 assets/sass/@primer/css/labels/issue-labels.scss create mode 100644 assets/sass/@primer/css/labels/labels.scss create mode 100644 assets/sass/@primer/css/labels/states.scss create mode 100644 assets/sass/@primer/css/layout/README.md create mode 100644 assets/sass/@primer/css/layout/container.scss create mode 100644 assets/sass/@primer/css/layout/grid-offset.scss create mode 100644 assets/sass/@primer/css/layout/grid.scss create mode 100644 assets/sass/@primer/css/layout/index.scss create mode 100644 assets/sass/@primer/css/loaders/README.md create mode 100644 assets/sass/@primer/css/loaders/index.scss create mode 100644 assets/sass/@primer/css/loaders/loaders.scss create mode 100644 assets/sass/@primer/css/markdown/README.md create mode 100644 assets/sass/@primer/css/markdown/blob-csv.scss create mode 100644 assets/sass/@primer/css/markdown/code.scss create mode 100644 assets/sass/@primer/css/markdown/headings.scss create mode 100644 assets/sass/@primer/css/markdown/images.scss create mode 100644 assets/sass/@primer/css/markdown/index.scss create mode 100644 assets/sass/@primer/css/markdown/lists.scss create mode 100644 assets/sass/@primer/css/markdown/markdown-body.scss create mode 100644 assets/sass/@primer/css/markdown/tables.scss create mode 100644 assets/sass/@primer/css/marketing/README.md create mode 100644 assets/sass/@primer/css/marketing/buttons/button.scss create mode 100644 assets/sass/@primer/css/marketing/buttons/index.scss create mode 100644 assets/sass/@primer/css/marketing/index.scss create mode 100644 assets/sass/@primer/css/marketing/support/index.scss create mode 100644 assets/sass/@primer/css/marketing/support/variables.scss create mode 100644 assets/sass/@primer/css/marketing/type/index.scss create mode 100644 assets/sass/@primer/css/marketing/type/typography.scss create mode 100644 assets/sass/@primer/css/marketing/utilities/borders.scss create mode 100644 assets/sass/@primer/css/marketing/utilities/filters.scss create mode 100644 assets/sass/@primer/css/marketing/utilities/index.scss create mode 100644 assets/sass/@primer/css/marketing/utilities/layout.scss create mode 100644 assets/sass/@primer/css/marketing/utilities/margin.scss create mode 100644 assets/sass/@primer/css/marketing/utilities/padding.scss create mode 100644 assets/sass/@primer/css/navigation/README.md create mode 100644 assets/sass/@primer/css/navigation/filter-list.scss create mode 100644 assets/sass/@primer/css/navigation/index.scss create mode 100644 assets/sass/@primer/css/navigation/menu.scss create mode 100644 assets/sass/@primer/css/navigation/sidenav.scss create mode 100644 assets/sass/@primer/css/navigation/subnav.scss create mode 100644 assets/sass/@primer/css/navigation/tabnav.scss create mode 100644 assets/sass/@primer/css/navigation/underline-nav.scss create mode 100644 assets/sass/@primer/css/package.json create mode 100644 assets/sass/@primer/css/pagination/README.md create mode 100644 assets/sass/@primer/css/pagination/index.scss create mode 100644 assets/sass/@primer/css/pagination/pagination.scss create mode 100644 assets/sass/@primer/css/popover/README.md create mode 100644 assets/sass/@primer/css/popover/index.scss create mode 100644 assets/sass/@primer/css/popover/popover.scss create mode 100644 assets/sass/@primer/css/postcss.config.js create mode 100644 assets/sass/@primer/css/prettier.config.js create mode 100644 assets/sass/@primer/css/product/README.md create mode 100644 assets/sass/@primer/css/product/index.scss create mode 100644 assets/sass/@primer/css/progress/README.md create mode 100644 assets/sass/@primer/css/progress/index.scss create mode 100644 assets/sass/@primer/css/progress/progress.scss create mode 100644 assets/sass/@primer/css/release.config.js create mode 100644 assets/sass/@primer/css/select-menu/README.md create mode 100644 assets/sass/@primer/css/select-menu/index.scss create mode 100644 assets/sass/@primer/css/select-menu/select-menu.scss create mode 100644 assets/sass/@primer/css/stylelint.config.js create mode 100644 assets/sass/@primer/css/subhead/README.md create mode 100644 assets/sass/@primer/css/subhead/index.scss create mode 100644 assets/sass/@primer/css/subhead/subhead.scss create mode 100644 assets/sass/@primer/css/support/README.md create mode 100644 assets/sass/@primer/css/support/index.scss create mode 100644 assets/sass/@primer/css/support/mixins/buttons.scss create mode 100644 assets/sass/@primer/css/support/mixins/layout.scss create mode 100644 assets/sass/@primer/css/support/mixins/misc.scss create mode 100644 assets/sass/@primer/css/support/mixins/typography.scss create mode 100644 assets/sass/@primer/css/support/variables/color-system.scss create mode 100644 assets/sass/@primer/css/support/variables/colors.scss create mode 100644 assets/sass/@primer/css/support/variables/layout.scss create mode 100644 assets/sass/@primer/css/support/variables/misc.scss create mode 100644 assets/sass/@primer/css/support/variables/typography.scss create mode 100644 assets/sass/@primer/css/table-object/README.md create mode 100644 assets/sass/@primer/css/table-object/index.scss create mode 100644 assets/sass/@primer/css/table-object/table-object.scss create mode 100644 assets/sass/@primer/css/timeline/README.md create mode 100644 assets/sass/@primer/css/timeline/index.scss create mode 100644 assets/sass/@primer/css/timeline/timeline-item.scss create mode 100644 assets/sass/@primer/css/toasts/README.md create mode 100644 assets/sass/@primer/css/toasts/index.scss create mode 100644 assets/sass/@primer/css/toasts/toasts.scss create mode 100644 assets/sass/@primer/css/tooltips/README.md create mode 100644 assets/sass/@primer/css/tooltips/index.scss create mode 100644 assets/sass/@primer/css/tooltips/tooltips.scss create mode 100644 assets/sass/@primer/css/truncate/README.md create mode 100644 assets/sass/@primer/css/truncate/index.scss create mode 100644 assets/sass/@primer/css/truncate/truncate.scss create mode 100644 assets/sass/@primer/css/utilities/README.md create mode 100644 assets/sass/@primer/css/utilities/animations.scss create mode 100644 assets/sass/@primer/css/utilities/borders.scss create mode 100644 assets/sass/@primer/css/utilities/box-shadow.scss create mode 100644 assets/sass/@primer/css/utilities/colors.scss create mode 100644 assets/sass/@primer/css/utilities/details.scss create mode 100644 assets/sass/@primer/css/utilities/flexbox.scss create mode 100644 assets/sass/@primer/css/utilities/index.scss create mode 100644 assets/sass/@primer/css/utilities/layout.scss create mode 100644 assets/sass/@primer/css/utilities/margin.scss create mode 100644 assets/sass/@primer/css/utilities/padding.scss create mode 100644 assets/sass/@primer/css/utilities/typography.scss create mode 100644 assets/sass/@primer/css/utilities/visibility-display.scss create mode 100644 assets/sass/@primer/octicons/LICENSE create mode 100644 assets/sass/@primer/octicons/README.md create mode 100644 assets/sass/@primer/octicons/build/build.css create mode 100644 assets/sass/@primer/octicons/build/data.json create mode 100644 assets/sass/@primer/octicons/build/svg/alert.svg create mode 100644 assets/sass/@primer/octicons/build/svg/archive.svg create mode 100644 assets/sass/@primer/octicons/build/svg/arrow-both.svg create mode 100644 assets/sass/@primer/octicons/build/svg/arrow-down.svg create mode 100644 assets/sass/@primer/octicons/build/svg/arrow-left.svg create mode 100644 assets/sass/@primer/octicons/build/svg/arrow-right.svg create mode 100644 assets/sass/@primer/octicons/build/svg/arrow-small-down.svg create mode 100644 assets/sass/@primer/octicons/build/svg/arrow-small-left.svg create mode 100644 assets/sass/@primer/octicons/build/svg/arrow-small-right.svg create mode 100644 assets/sass/@primer/octicons/build/svg/arrow-small-up.svg create mode 100644 assets/sass/@primer/octicons/build/svg/arrow-up.svg create mode 100644 assets/sass/@primer/octicons/build/svg/beaker.svg create mode 100644 assets/sass/@primer/octicons/build/svg/bell.svg create mode 100644 assets/sass/@primer/octicons/build/svg/bold.svg create mode 100644 assets/sass/@primer/octicons/build/svg/book.svg create mode 100644 assets/sass/@primer/octicons/build/svg/bookmark.svg create mode 100644 assets/sass/@primer/octicons/build/svg/briefcase.svg create mode 100644 assets/sass/@primer/octicons/build/svg/broadcast.svg create mode 100644 assets/sass/@primer/octicons/build/svg/browser.svg create mode 100644 assets/sass/@primer/octicons/build/svg/bug.svg create mode 100644 assets/sass/@primer/octicons/build/svg/calendar.svg create mode 100644 assets/sass/@primer/octicons/build/svg/check.svg create mode 100644 assets/sass/@primer/octicons/build/svg/checklist.svg create mode 100644 assets/sass/@primer/octicons/build/svg/chevron-down.svg create mode 100644 assets/sass/@primer/octicons/build/svg/chevron-left.svg create mode 100644 assets/sass/@primer/octicons/build/svg/chevron-right.svg create mode 100644 assets/sass/@primer/octicons/build/svg/chevron-up.svg create mode 100644 assets/sass/@primer/octicons/build/svg/circle-slash.svg create mode 100644 assets/sass/@primer/octicons/build/svg/circuit-board.svg create mode 100644 assets/sass/@primer/octicons/build/svg/clippy.svg create mode 100644 assets/sass/@primer/octicons/build/svg/clock.svg create mode 100644 assets/sass/@primer/octicons/build/svg/cloud-download.svg create mode 100644 assets/sass/@primer/octicons/build/svg/cloud-upload.svg create mode 100644 assets/sass/@primer/octicons/build/svg/code.svg create mode 100644 assets/sass/@primer/octicons/build/svg/comment-discussion.svg create mode 100644 assets/sass/@primer/octicons/build/svg/comment.svg create mode 100644 assets/sass/@primer/octicons/build/svg/credit-card.svg create mode 100644 assets/sass/@primer/octicons/build/svg/dash.svg create mode 100644 assets/sass/@primer/octicons/build/svg/dashboard.svg create mode 100644 assets/sass/@primer/octicons/build/svg/database.svg create mode 100644 assets/sass/@primer/octicons/build/svg/dependent.svg create mode 100644 assets/sass/@primer/octicons/build/svg/desktop-download.svg create mode 100644 assets/sass/@primer/octicons/build/svg/device-camera-video.svg create mode 100644 assets/sass/@primer/octicons/build/svg/device-camera.svg create mode 100644 assets/sass/@primer/octicons/build/svg/device-desktop.svg create mode 100644 assets/sass/@primer/octicons/build/svg/device-mobile.svg create mode 100644 assets/sass/@primer/octicons/build/svg/diff-added.svg create mode 100644 assets/sass/@primer/octicons/build/svg/diff-ignored.svg create mode 100644 assets/sass/@primer/octicons/build/svg/diff-modified.svg create mode 100644 assets/sass/@primer/octicons/build/svg/diff-removed.svg create mode 100644 assets/sass/@primer/octicons/build/svg/diff-renamed.svg create mode 100644 assets/sass/@primer/octicons/build/svg/diff.svg create mode 100644 assets/sass/@primer/octicons/build/svg/ellipsis.svg create mode 100644 assets/sass/@primer/octicons/build/svg/eye-closed.svg create mode 100644 assets/sass/@primer/octicons/build/svg/eye.svg create mode 100644 assets/sass/@primer/octicons/build/svg/file-binary.svg create mode 100644 assets/sass/@primer/octicons/build/svg/file-code.svg create mode 100644 assets/sass/@primer/octicons/build/svg/file-directory.svg create mode 100644 assets/sass/@primer/octicons/build/svg/file-media.svg create mode 100644 assets/sass/@primer/octicons/build/svg/file-pdf.svg create mode 100644 assets/sass/@primer/octicons/build/svg/file-submodule.svg create mode 100644 assets/sass/@primer/octicons/build/svg/file-symlink-directory.svg create mode 100644 assets/sass/@primer/octicons/build/svg/file-symlink-file.svg create mode 100644 assets/sass/@primer/octicons/build/svg/file-zip.svg create mode 100644 assets/sass/@primer/octicons/build/svg/file.svg create mode 100644 assets/sass/@primer/octicons/build/svg/flame.svg create mode 100644 assets/sass/@primer/octicons/build/svg/fold-down.svg create mode 100644 assets/sass/@primer/octicons/build/svg/fold-up.svg create mode 100644 assets/sass/@primer/octicons/build/svg/fold.svg create mode 100644 assets/sass/@primer/octicons/build/svg/gear.svg create mode 100644 assets/sass/@primer/octicons/build/svg/gift.svg create mode 100644 assets/sass/@primer/octicons/build/svg/gist-secret.svg create mode 100644 assets/sass/@primer/octicons/build/svg/gist.svg create mode 100644 assets/sass/@primer/octicons/build/svg/git-branch.svg create mode 100644 assets/sass/@primer/octicons/build/svg/git-commit.svg create mode 100644 assets/sass/@primer/octicons/build/svg/git-compare.svg create mode 100644 assets/sass/@primer/octicons/build/svg/git-merge.svg create mode 100644 assets/sass/@primer/octicons/build/svg/git-pull-request.svg create mode 100644 assets/sass/@primer/octicons/build/svg/github-action.svg create mode 100644 assets/sass/@primer/octicons/build/svg/globe.svg create mode 100644 assets/sass/@primer/octicons/build/svg/grabber.svg create mode 100644 assets/sass/@primer/octicons/build/svg/graph.svg create mode 100644 assets/sass/@primer/octicons/build/svg/heart-outline.svg create mode 100644 assets/sass/@primer/octicons/build/svg/heart.svg create mode 100644 assets/sass/@primer/octicons/build/svg/history.svg create mode 100644 assets/sass/@primer/octicons/build/svg/home.svg create mode 100644 assets/sass/@primer/octicons/build/svg/horizontal-rule.svg create mode 100644 assets/sass/@primer/octicons/build/svg/hubot.svg create mode 100644 assets/sass/@primer/octicons/build/svg/inbox.svg create mode 100644 assets/sass/@primer/octicons/build/svg/infinity.svg create mode 100644 assets/sass/@primer/octicons/build/svg/info.svg create mode 100644 assets/sass/@primer/octicons/build/svg/internal-repo.svg create mode 100644 assets/sass/@primer/octicons/build/svg/issue-closed.svg create mode 100644 assets/sass/@primer/octicons/build/svg/issue-opened.svg create mode 100644 assets/sass/@primer/octicons/build/svg/issue-reopened.svg create mode 100644 assets/sass/@primer/octicons/build/svg/italic.svg create mode 100644 assets/sass/@primer/octicons/build/svg/jersey.svg create mode 100644 assets/sass/@primer/octicons/build/svg/kebab-horizontal.svg create mode 100644 assets/sass/@primer/octicons/build/svg/kebab-vertical.svg create mode 100644 assets/sass/@primer/octicons/build/svg/key.svg create mode 100644 assets/sass/@primer/octicons/build/svg/keyboard.svg create mode 100644 assets/sass/@primer/octicons/build/svg/law.svg create mode 100644 assets/sass/@primer/octicons/build/svg/light-bulb.svg create mode 100644 assets/sass/@primer/octicons/build/svg/line-arrow-down.svg create mode 100644 assets/sass/@primer/octicons/build/svg/line-arrow-left.svg create mode 100644 assets/sass/@primer/octicons/build/svg/line-arrow-right.svg create mode 100644 assets/sass/@primer/octicons/build/svg/line-arrow-up.svg create mode 100644 assets/sass/@primer/octicons/build/svg/link-external.svg create mode 100644 assets/sass/@primer/octicons/build/svg/link.svg create mode 100644 assets/sass/@primer/octicons/build/svg/list-ordered.svg create mode 100644 assets/sass/@primer/octicons/build/svg/list-unordered.svg create mode 100644 assets/sass/@primer/octicons/build/svg/location.svg create mode 100644 assets/sass/@primer/octicons/build/svg/lock.svg create mode 100644 assets/sass/@primer/octicons/build/svg/logo-gist.svg create mode 100644 assets/sass/@primer/octicons/build/svg/logo-github.svg create mode 100644 assets/sass/@primer/octicons/build/svg/mail-read.svg create mode 100644 assets/sass/@primer/octicons/build/svg/mail.svg create mode 100644 assets/sass/@primer/octicons/build/svg/mark-github.svg create mode 100644 assets/sass/@primer/octicons/build/svg/markdown.svg create mode 100644 assets/sass/@primer/octicons/build/svg/megaphone.svg create mode 100644 assets/sass/@primer/octicons/build/svg/mention.svg create mode 100644 assets/sass/@primer/octicons/build/svg/milestone.svg create mode 100644 assets/sass/@primer/octicons/build/svg/mirror.svg create mode 100644 assets/sass/@primer/octicons/build/svg/mortar-board.svg create mode 100644 assets/sass/@primer/octicons/build/svg/mute.svg create mode 100644 assets/sass/@primer/octicons/build/svg/no-newline.svg create mode 100644 assets/sass/@primer/octicons/build/svg/north-star.svg create mode 100644 assets/sass/@primer/octicons/build/svg/note.svg create mode 100644 assets/sass/@primer/octicons/build/svg/octoface.svg create mode 100644 assets/sass/@primer/octicons/build/svg/organization.svg create mode 100644 assets/sass/@primer/octicons/build/svg/package.svg create mode 100644 assets/sass/@primer/octicons/build/svg/paintcan.svg create mode 100644 assets/sass/@primer/octicons/build/svg/pencil.svg create mode 100644 assets/sass/@primer/octicons/build/svg/person.svg create mode 100644 assets/sass/@primer/octicons/build/svg/pin.svg create mode 100644 assets/sass/@primer/octicons/build/svg/play.svg create mode 100644 assets/sass/@primer/octicons/build/svg/plug.svg create mode 100644 assets/sass/@primer/octicons/build/svg/plus-small.svg create mode 100644 assets/sass/@primer/octicons/build/svg/plus.svg create mode 100644 assets/sass/@primer/octicons/build/svg/primitive-dot-stroke.svg create mode 100644 assets/sass/@primer/octicons/build/svg/primitive-dot.svg create mode 100644 assets/sass/@primer/octicons/build/svg/primitive-square.svg create mode 100644 assets/sass/@primer/octicons/build/svg/project.svg create mode 100644 assets/sass/@primer/octicons/build/svg/pulse.svg create mode 100644 assets/sass/@primer/octicons/build/svg/question.svg create mode 100644 assets/sass/@primer/octicons/build/svg/quote.svg create mode 100644 assets/sass/@primer/octicons/build/svg/radio-tower.svg create mode 100644 assets/sass/@primer/octicons/build/svg/reply.svg create mode 100644 assets/sass/@primer/octicons/build/svg/repo-clone.svg create mode 100644 assets/sass/@primer/octicons/build/svg/repo-force-push.svg create mode 100644 assets/sass/@primer/octicons/build/svg/repo-forked.svg create mode 100644 assets/sass/@primer/octicons/build/svg/repo-pull.svg create mode 100644 assets/sass/@primer/octicons/build/svg/repo-push.svg create mode 100644 assets/sass/@primer/octicons/build/svg/repo-template-private.svg create mode 100644 assets/sass/@primer/octicons/build/svg/repo-template.svg create mode 100644 assets/sass/@primer/octicons/build/svg/repo.svg create mode 100644 assets/sass/@primer/octicons/build/svg/report.svg create mode 100644 assets/sass/@primer/octicons/build/svg/request-changes.svg create mode 100644 assets/sass/@primer/octicons/build/svg/rocket.svg create mode 100644 assets/sass/@primer/octicons/build/svg/rss.svg create mode 100644 assets/sass/@primer/octicons/build/svg/ruby.svg create mode 100644 assets/sass/@primer/octicons/build/svg/saved.svg create mode 100644 assets/sass/@primer/octicons/build/svg/screen-full.svg create mode 100644 assets/sass/@primer/octicons/build/svg/screen-normal.svg create mode 100644 assets/sass/@primer/octicons/build/svg/search.svg create mode 100644 assets/sass/@primer/octicons/build/svg/server.svg create mode 100644 assets/sass/@primer/octicons/build/svg/settings.svg create mode 100644 assets/sass/@primer/octicons/build/svg/shield-check.svg create mode 100644 assets/sass/@primer/octicons/build/svg/shield-lock.svg create mode 100644 assets/sass/@primer/octicons/build/svg/shield-x.svg create mode 100644 assets/sass/@primer/octicons/build/svg/shield.svg create mode 100644 assets/sass/@primer/octicons/build/svg/sign-in.svg create mode 100644 assets/sass/@primer/octicons/build/svg/sign-out.svg create mode 100644 assets/sass/@primer/octicons/build/svg/skip.svg create mode 100644 assets/sass/@primer/octicons/build/svg/smiley.svg create mode 100644 assets/sass/@primer/octicons/build/svg/squirrel.svg create mode 100644 assets/sass/@primer/octicons/build/svg/star.svg create mode 100644 assets/sass/@primer/octicons/build/svg/stop.svg create mode 100644 assets/sass/@primer/octicons/build/svg/sync.svg create mode 100644 assets/sass/@primer/octicons/build/svg/tag.svg create mode 100644 assets/sass/@primer/octicons/build/svg/tasklist.svg create mode 100644 assets/sass/@primer/octicons/build/svg/telescope.svg create mode 100644 assets/sass/@primer/octicons/build/svg/terminal.svg create mode 100644 assets/sass/@primer/octicons/build/svg/text-size.svg create mode 100644 assets/sass/@primer/octicons/build/svg/three-bars.svg create mode 100644 assets/sass/@primer/octicons/build/svg/thumbsdown.svg create mode 100644 assets/sass/@primer/octicons/build/svg/thumbsup.svg create mode 100644 assets/sass/@primer/octicons/build/svg/tools.svg create mode 100644 assets/sass/@primer/octicons/build/svg/trashcan.svg create mode 100644 assets/sass/@primer/octicons/build/svg/triangle-down.svg create mode 100644 assets/sass/@primer/octicons/build/svg/triangle-left.svg create mode 100644 assets/sass/@primer/octicons/build/svg/triangle-right.svg create mode 100644 assets/sass/@primer/octicons/build/svg/triangle-up.svg create mode 100644 assets/sass/@primer/octicons/build/svg/unfold.svg create mode 100644 assets/sass/@primer/octicons/build/svg/unmute.svg create mode 100644 assets/sass/@primer/octicons/build/svg/unsaved.svg create mode 100644 assets/sass/@primer/octicons/build/svg/unverified.svg create mode 100644 assets/sass/@primer/octicons/build/svg/verified.svg create mode 100644 assets/sass/@primer/octicons/build/svg/versions.svg create mode 100644 assets/sass/@primer/octicons/build/svg/watch.svg create mode 100644 assets/sass/@primer/octicons/build/svg/workflow-all.svg create mode 100644 assets/sass/@primer/octicons/build/svg/workflow.svg create mode 100644 assets/sass/@primer/octicons/build/svg/x.svg create mode 100644 assets/sass/@primer/octicons/build/svg/zap.svg create mode 100644 assets/sass/@primer/octicons/index.js create mode 100644 assets/sass/@primer/octicons/index.scss create mode 100644 assets/sass/@primer/octicons/package.json create mode 100644 assets/sass/_font.scss create mode 100644 assets/sass/_footer.scss create mode 100644 assets/sass/_header.scss create mode 100644 assets/sass/_list.scss create mode 100644 assets/sass/_markdown.scss create mode 100644 assets/sass/_pagination.scss create mode 100644 assets/sass/_sidebar.scss create mode 100644 assets/sass/_var.scss create mode 100644 assets/sass/main.scss create mode 100644 assets/sass/object-assign/index.js create mode 100644 assets/sass/object-assign/license create mode 100644 assets/sass/object-assign/package.json create mode 100644 assets/sass/object-assign/readme.md create mode 100644 exampleSite/.gitignore create mode 100644 exampleSite/config.toml create mode 100644 exampleSite/content/about.md create mode 100644 exampleSite/content/post/cjk-unicode-test.md create mode 100644 exampleSite/content/post/emoji-support.md create mode 100644 exampleSite/content/post/markdown-syntax.md create mode 100644 exampleSite/content/post/math-typesetting.mmark create mode 100644 exampleSite/content/post/placeholder-text.md create mode 100644 exampleSite/content/post/wtf-article.md create mode 100644 exampleSite/layouts/partials/favicon.html create mode 100644 images/screenshot.png create mode 100644 images/tn.png create mode 100644 layouts/_default/baseof.html create mode 100644 layouts/_default/list.html create mode 100644 layouts/_default/single.html create mode 100644 layouts/index.html create mode 100644 layouts/partials/favicon.html create mode 100644 layouts/partials/footer.html create mode 100644 layouts/partials/head.html create mode 100644 layouts/partials/header.html create mode 100644 layouts/partials/math.html create mode 100644 layouts/partials/post-meta.html create mode 100644 layouts/partials/scripts.html create mode 100644 layouts/partials/sidebar.html create mode 100644 layouts/tags/list.html create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 theme.toml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ffb9f6b --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +public/ +resources/ +node_modules/ + +Thumbs.db +ehthumbs.db +Desktop.ini +$RECYCLE.BIN/ +.DS_Store \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..60ed9b5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + hugo-theme-fuji Copyright (C) 2020 DSRKafuU(amzrk2) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..81f54b5 --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +# Fuji + +// ! THE THEME IS STILL IN EARLY DEV STAGE ! // + +A minimal Hugo theme inspired by [printempw](https://github.com/printempw/)'s Hexo theme [Murasaki](https://github.com/printempw/hexo-theme-murasaki/), with responsive grid system and markdown style, powered by GitHub Primer CSS. + +## Live demos + +[Netlify]() | [My own blog]() + +![Screenshot of the theme](images/screenshot.png) + +## Todo + +- [ ] Archive page +- [ ] Analytics +- [ ] SEO optimization +- [ ] Better mobile devices support +- [ ] Multilingual + +## Installation + +Inside the folder of your Hugo site run: + +```bash +$ git submodule add https://github.com/amzrk2/hugo-theme-fuji.git themes/fuji +``` + +For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo. + +## Getting started + +After installing the theme successfully it requires a just a few more steps to get your site running. + +### The config file + +Copy the ```config.toml``` in the ```exampleSite```to the root of your Hugo site. Change strings as you like. + +### Local preview + +In order to see your site in action, run Hugo's built-in local server: + +```bash +$ hugo server +``` + +Now enter [```localhost:1313```](http://localhost:1313) in the address bar of your browser. + +## Update the theme + +Inside the folder of your Hugo site run: + +```bash +$ git submodule update --remote --merge +``` + +## Contributing + +Did you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](https://github.com/amzrk2/hugo-theme-fuji/issues) to let me know. + +## License + +The theme is released under the ```GNU General Public License v3.0-only```, for more information read the [License](https://github.com/amzrk2/hugo-theme-fuji/blob/master/LICENSE). + +## Annotations + +Thanks to [printempw](https://github.com/printempw/) for the idea of theme. + +Thanks to developers for creating Hugo and the awesome community around the project. diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..0d11b0d --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ ++++ +title = "{{ replace .Name "-" " " | title }}" +date = {{ .Date }} +description = "" +tags = [] ++++ diff --git a/assets/sass/@primer/css/.browserslistrc b/assets/sass/@primer/css/.browserslistrc new file mode 100644 index 0000000..1f59757 --- /dev/null +++ b/assets/sass/@primer/css/.browserslistrc @@ -0,0 +1,6 @@ +> 5% +last 2 firefox versions +last 2 chrome versions +last 2 safari versions +last 2 edge versions +ie 11 diff --git a/assets/sass/@primer/css/.eslintrc.json b/assets/sass/@primer/css/.eslintrc.json new file mode 100644 index 0000000..9856a46 --- /dev/null +++ b/assets/sass/@primer/css/.eslintrc.json @@ -0,0 +1,13 @@ +{ + "extends": [ + "plugin:github/es6", + "plugin:github/recommended" + ], + "env": { + "es6": true, + "node": true + }, + "parserOptions": { + "ecmaVersion": 2017 + } +} diff --git a/assets/sass/@primer/css/.nowignore b/assets/sass/@primer/css/.nowignore new file mode 100644 index 0000000..a6df94c --- /dev/null +++ b/assets/sass/@primer/css/.nowignore @@ -0,0 +1,5 @@ +.*.sw? +.changelog/ +dist/ +docs/dist +docs/public/ diff --git a/assets/sass/@primer/css/CHANGELOG.md b/assets/sass/@primer/css/CHANGELOG.md new file mode 100644 index 0000000..8172a71 --- /dev/null +++ b/assets/sass/@primer/css/CHANGELOG.md @@ -0,0 +1,1184 @@ +## 14.3.0 + +### :rocket: Enhancements + +- [#1044](https://github.com/primer/css/1044) Accessible form validation +- [#1028](https://github.com/primer/css/1028) Improve .form-group accessibility + +### :bug: Bug fixes +- [#670](https://github.com/primer/css/670) Fix Box row top border +- [#1042](https://github.com/primer/css/1042) Fix UnderlineNav in Safari +- [#1035](https://github.com/primer/css/1035) Update UnderlineNav-item to not wrap counter & icon + +### :memo: Documentation +- [#1018](https://github.com/primer/css/1018) Update MIGRATING.md + +### Committers +- [@emplums](https://github.com/emplums) +- [@jonrohan](https://github.com/jonrohan) +- [@simurai](https://github.com/simurai) + +## 14.2.0 + +### :rocket: Enhancements +- [#1006](https://github.com/primer/css/pull/1006) Use ARIA attributes for states +- [#1014](https://github.com/primer/css/pull/1014) Add aria-disabled state +- [#1001](https://github.com/primer/css/pull/1001) Add Inter bold font file +- [#982](https://github.com/primer/css/pull/982) Applies .selected styles to [aria-selected=true] + +### :bug: Bug fixes +- [#1002](https://github.com/primer/css/pull/1002) Fix marketing utilities +- [#1005](https://github.com/primer/css/pull/1005) Add .selected back to the .UnderlineNav + +### :memo: Documentation +- [#1012](https://github.com/primer/css/pull/1012) Improve margin/padding docs +- [#1013](https://github.com/primer/css/pull/1013) Fix docs links +- [#1004](https://github.com/primer/css/pull/1004) rm deprecated flash-banner component from docs + +### Committers +- [@flavianunes](https://github.com/flavianunes) +- [@ktravers](https://github.com/ktravers) +- [@simurai](https://github.com/simurai) + +## 14.1.0 + +### :rocket: Enhancements +- [#994](https://github.com/primer/css/pull/994) Responsive line-height utilities +- [#995](https://github.com/primer/css/pull/995) Add bold weight to marketing font variables + +### :bug: Bug fixes +- [#998](https://github.com/primer/css/pull/998) Use a gray background when hovering SelectMenu items + +### :memo: Documentation +- [#989](https://github.com/primer/css/pull/989) Add link to the Stylelint guide +- [#1000](https://github.com/primer/css/pull/1000) Update contributing guide for a general audience +- [#972](https://github.com/primer/css/pull/972) Variables page + +### :house: Internal +- [#997](https://github.com/primer/css/pull/997) Fix CHANGELOG links + +### Committers +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) +- [@skullface](https://github.com/skullface) + +## 14.0.0 + +### :boom: Breaking changes +- [#922](https://github.com/primer/css/pull/922) More SelectMenu improvements +- [#966](https://github.com/primer/css/pull/966) Rename `.flex-item-equal` to `.flex-1` +- [#973](https://github.com/primer/css/pull/973) Deprecate variables in 14.0.0 + +### :rocket: Enhancements +- [#987](https://github.com/primer/css/pull/987) Add .position-sticky utility +- [#979](https://github.com/primer/css/pull/979) Add `.radio-group` component +- [#981](https://github.com/primer/css/pull/981) Autocomplete + Suggester components +- [#978](https://github.com/primer/css/pull/978) Add `.css-truncate-overflow` +- [#974](https://github.com/primer/css/pull/974) Add Animated Ellipsis +- [#971](https://github.com/primer/css/pull/971) Add variable deprecation data and tests + +### :memo: Documentation +- [#988](https://github.com/primer/css/pull/988) Add docs for flexbug no. 9 +- [#977](https://github.com/primer/css/pull/977) Update spacing.md + +### :house: Internal +- [#952](https://github.com/primer/css/pull/952) Async/awaitify script/dist.js +- [#963](https://github.com/primer/css/pull/963) Generate changelog with semantic-release +- [#968](https://github.com/primer/css/pull/968) Stylelint update + +### Committers +- [@BinaryMuse](https://github.com/BinaryMuse) +- [@danchristian](https://github.com/danchristian) +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) + +# 13.2.0 + +### :rocket: Enhancements +- [#959](https://github.com/primer/css/pull/959) More buttons +- [#950](https://github.com/primer/css/pull/950) Add Diffstat component +- [#913](https://github.com/primer/css/pull/913) Importing TimelineItem from .com and creating matching docs +- [#953](https://github.com/primer/css/pull/953) Add IssueLabel component + +### :bug: Bug fixes +- [#945](https://github.com/primer/css/pull/945) Add `[role=tab][aria-selected=true]` to `.UnderlineNav-item.selected` + +### :memo: Documentation +- [#939](https://github.com/primer/css/pull/939) Fix `Box--overlay` example +- [#943](https://github.com/primer/css/pull/943) Fix broken links to typography utilities + +### :house: Internal +- [#946](https://github.com/primer/css/pull/946) Add `TODO@version` stylelint rule (local) + +### Committers +- [@MohamedElidrissi](https://github.com/MohamedElidrissi) +- [@jonrohan](https://github.com/jonrohan) +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) + +# 13.1.0 + +### :rocket: Enhancement +- [#904](https://github.com/primer/css/pull/904) Add Keyboard Shortcuts `kbd` from github/github +- [#926](https://github.com/primer/css/pull/926) Add Flash Banner `.flash-banner` from github/github +- [#927](https://github.com/primer/css/pull/927) Add `.flex-column-reverse` utilities + +### :memo: Documentation +- [#932](https://github.com/primer/css/pull/932) Fix CDN links in documentation +- [#933](https://github.com/primer/css/pull/933) Convert most ERB examples to HTML + +### Committers +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) + +# 13.0.2 + +### :memo: Documentation +- Use inline octicon in branch name example [#886](https://github.com/primer/css/pull/886) +- Move select menu list into the modal div [#903](https://github.com/primer/css/pull/903) +- Improve SelectMenu docs [#923](https://github.com/primer/css/pull/923) + +### :house: Internal +- Update "Ship checklist" [#902](https://github.com/primer/css/pull/902) +- Bump stylelint, et al; add CI tests and script for removing needless disables [#912](https://github.com/primer/css/pull/912) + +### Committers +- [@colebemis](https://github.com/colebemis) +- [@mxie](https://github.com/mxie) +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) + +# 13.0.1 + +### :bug: Bug Fix +- Remove "Segoe UI Symbol" from font stack [#906](https://github.com/primer/css/pull/906) + +### Committers +- [@simurai](https://github.com/simurai) + +# 13.0.0 + +### :boom: Breaking Change +- Remove `.container`, `.columns`, `.column`, and related classes [#662](https://github.com/primer/css/pull/662) +- Remove `.btn-purple` [#736](https://github.com/primer/css/pull/736) :wave: 💜 +- Remove `.text-pending` and `.bg-pending` [#888](https://github.com/primer/css/pull/888) +- Remove `.dropdown-menu-content` [#884](https://github.com/primer/css/pull/884) + +### :nail_care: Polish +- Select menu improvements [#893](https://github.com/primer/css/pull/893) + +### :memo: Documentation +- The layout docs, formerly available at `/css/objects/layout`, are gone and will redirect to `/css/objects/grid`. + +### :house: Internal +- Add deprecations test script [#889](https://github.com/primer/css/pull/889) +- Clean up scripts and dev dependencies [#890](https://github.com/primer/css/pull/890) +- Upgrade stylelint-config-primer to v8.0.0 [#892](https://github.com/primer/css/pull/892) +- Upgrade doctocat, live code wrappers [#895](https://github.com/primer/css/pull/895) + +### Committers +- [@jonrohan](https://github.com/jonrohan) +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) +- [@sophshep](https://github.com/sophshep) + +# 12.7.0 + +### :rocket: Enhancement +- Import Dropdown component; add dark variants for dropdown and text fields [#862](https://github.com/primer/css/pull/862) +- Add `.break-word` utility and improve word-break docs [#880](https://github.com/primer/css/pull/880) +- Publish deprecation data [#883](https://github.com/primer/css/pull/883) + +### :memo: Documentation +- Fix mistake in flex-justify-start explanation [#877](https://github.com/primer/css/pull/877) + +### :house: Internal +- Fix CSS bundle size report when adding bundles [#879](https://github.com/primer/css/pull/879) +- Migrate to GitHub Actions v2 [#881](https://github.com/primer/css/pull/881) + +### Committers +- [@dcastil](https://github.com/dcastil) +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) +- [@vdepizzol](https://github.com/vdepizzol) + +# 12.6.2 + +### :nail_care: Polish +- Add default background-color to SideNav https://github.com/primer/css/pull/873 + +### :house: Internal +- Change order in RELEASING.md https://github.com/primer/css/pull/875 + +### Committers +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) + +# 12.6.1 + +### :bug: Bug Fix +- Remove non-ascii characters (en dashes?) from SCSS comments [#870](https://github.com/primer/css/pull/870) +- Fix SideNav "jumping" in Safari [#868](https://github.com/primer/css/pull/868) + +### :nail_care: Polish +- Improve Select Menu spacing [#844](https://github.com/primer/css/pull/844) + +### :memo: Documentation +- Update colorable URL [#867](https://github.com/primer/css/pull/867) + +### :house: Internal +- Update changelog for 12.6.0 [#866](https://github.com/primer/css/pull/866) + +### Committers +- [@jonrohan](https://github.com/jonrohan) +- [@kiendang](https://github.com/kiendang) +- [@shawnbot](https://github.com/shawnbot) +- [@shreve](https://github.com/shreve) +- [@simurai](https://github.com/simurai) + +# 12.6.0 + +### 🚀 Enhancements +- Loading toast styles [#852](https://github.com/primer/css/pull/852) +- Header component [#845](https://github.com/primer/css/pull/845) +- Import `.octicon` CSS in the core bundle [#857](https://github.com/primer/css/pull/857) +- Design update for blankslates [#861](https://github.com/primer/css/pull/861) +- Don't let State labels wrap [#863](https://github.com/primer/css/pull/863) + +### 📝 Documentation +- Fix some links in linting docs [#856](https://github.com/primer/css/pull/856) +- Updates to the development docs [#855](https://github.com/primer/css/pull/855) +- Generate bundle source READMEs from a template [#859](https://github.com/primer/css/pull/859) +- Render Octicon Ruby helper in docs [#847](https://github.com/primer/css/pull/847) + +### 🏠 Internal +- Add GitHub `styleguide.css` to Storybook [#849](https://github.com/primer/css/pull/849) + +### Committers +- [@ashygee](https://github.com/ashygee) +- [@emilybrick](https://github.com/emilybrick) +- [@jonrohan](https://github.com/jonrohan) +- [@shawnbot](https://github.com/shawnbot) +- [@vdepizzol](https://github.com/vdepizzol) + +# 12.5.0 + +### :rocket: Enhancement +- Add `.Toast` component [#831](https://github.com/primer/css/pull/831) +- Add `.SideNav` component [#827](https://github.com/primer/css/pull/827) +- Add `.SelectMenu` component [#808](https://github.com/primer/css/pull/808) +- Add `font-display: swap` to `@font-face` declarations [#780](https://github.com/primer/css/pull/780) +- Add `flex-grow-0`, `flex-order-[1,2,none]` and `width-auto` utilities [#763](https://github.com/primer/css/pull/763) +- Change default for `$marketing-font-path` to `/fonts/` [#837](https://github.com/primer/css/pull/837) + +### :bug: Bug Fix +- Improve monospaced font on Chrome Android [#812](https://github.com/primer/css/pull/812) + +### :memo: Documentation +- Add multi-word naming conventions to BEM docs [#836](https://github.com/primer/css/pull/836) +- Color system docs updates [#811](https://github.com/primer/css/pull/811) +- Color utility table tweaks [#842](https://github.com/primer/css/pull/842) +- Fix markdown typos in Contributing docs page [#846](https://github.com/primer/css/pull/846) + +### Committers +- [@ampinsk](https://github.com/ampinsk) +- [@emilybrick](https://github.com/emilybrick) +- [@emplums](https://github.com/emplums) +- [@jonrohan](https://github.com/jonrohan) +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) +- [@skullface](https://github.com/skullface) +- [@vdepizzol](https://github.com/vdepizzol) + +# 12.4.1 + +### :bug: Bug fixes +- Fix [#822](https://github.com/primer/css/issues/822) (`.border-dashed` issues) via [#824](https://github.com/primer/css/issues/824) + +### :memo: Documentation +- Typos fixed in [#802](https://github.com/primer/css/issues/802) (thank you, [@The-Compiler](https://github.com/The-Compiler)!) +- Nav updates [#803](https://github.com/primer/css/issues/803) +- Fix tables of contents [#762](https://github.com/primer/css/issues/762) +- Add deprecation warning for `.btn-purple`, due to disappear in 13.0.0 via [#736](https://github.com/primer/css/issues/736) +- Lots more documentation updates in [#814](https://github.com/primer/css/issues/814) + +### :house: Internal +- Decommission `primer/deploy` [#809](https://github.com/primer/css/issues/809) + +### Committers +- [@emplums](https://github.com/emplums) +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) +- [@The-Compiler](https://github.com/The-Compiler) + + +# 12.4.0 + +### :rocket: Enhancement +- More responsive border utilities [#775](https://github.com/primer/css/pull/775) +- Add `overflow: visible` utilities [#798](https://github.com/primer/css/pull/798) +- Add `yellow` color utilities that will replace `pending` [#737](https://github.com/primer/css/pull/737) + +### :bug: Bug Fix +- Fix Ruby Sass compiler warnings by quoting keys in `$hue-maps` declaration [#794](https://github.com/primer/css/pull/794) + +### :house: Internal +- Remove `test-all-modules` scripts and old monorepo test scripts [#795](https://github.com/primer/css/pull/795) +- Resolve all but one ([#796](https://github.com/primer/css/pull/796)) vulnerability in npm dev dependencies [#797](https://github.com/primer/css/pull/797) + +### Committers +- [@broccolini](https://github.com/broccolini) +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) + +# 12.3.1 + +### 🐛 Bug Fix +- Add `aria-selected="true"` support to tabbed navigation styles to play nicely with [``](https://github.com/github/tab-container-element) + +### 🏠 Internal +- Resolve the vulnerability alert with `tar@<4.4.2` in [CVE-2018-20834](https://nvd.nist.gov/vuln/detail/CVE-2018-20834) + +### Committers +- [@shawnbot](https://github.com/shawnbot) + +# 12.3.0 + +### :rocket: Enhancement +- More color utilities! [#760](https://github.com/primer/css/pull/760) ([@shawnbot](https://github.com/shawnbot)) +- Add pink to Primer! 💖🌸💕🌷💞🎀💗🌺💝 [#776](https://github.com/primer/css/pull/776), [#778](https://github.com/primer/css/pull/778) ([@emplums](https://github.com/emplums))) + +### :house: Internal +- Update storybook [#777](https://github.com/primer/css/pull/777) ([@emplums](https://github.com/emplums)) +- Add bundle size report [#772](https://github.com/primer/css/pull/772) ([@shawnbot](https://github.com/shawnbot)) + +### :memo: Documentation +- Update Primer references to Primer CSS [#771](https://github.com/primer/css/pull/771) ([@emplums](https://github.com/emplums)) +- Add Edit on GitHub links to docs [#770](https://github.com/primer/css/pull/770) ([@emplums](https://github.com/emplums)) +- Anchor Link in Docs [#768](https://github.com/primer/css/pull/768) ([@emplums](https://github.com/emplums)) + +### :house: Internal +- Update RELEASING [#757](https://github.com/primer/css/pull/757) ([@simurai](https://github.com/simurai)) + +### Committers +- [@emplums](https://github.com/emplums) +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) + +# 12.2.3 + +### :bug: Bug Fix +- Remove references to a non-existent `Progress-value` class https://github.com/primer/css/pull/751 + +### :house: Internal +- Upgrade stylelint config https://github.com/primer/css/pull/753 + +#### Committers: 1 +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) + +# 12.2.2 + +### :bug: Bug Fix +- Fix hide utilities when toggling between breakpoints [#746](https://github.com/primer/css/pull/746) + +### :house: Internal +- Prevent Storybook publish failures from breaking builds on `master` [#728](https://github.com/primer/css/pull/728) +- Upgrade to [cssstats v3.3.0](https://github.com/cssstats/cssstats/releases/tag/v3.3.0), which fixes our selector stats JSON files + +#### Committers: 2 +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) +- Simurai ([simurai](https://github.com/simurai)) + +# 12.2.1 + +### :bug: Bug Fix +- Fix source order of directional border utilities [#727](https://github.com/primer/css/pull/727) +- Fix UnderlineNav selected border width [#733](https://github.com/primer/css/pull/733) + +### :memo: Documentation +- Fix changelog committers listings for versions 12.0.1 and 12.0.2 [#729](https://github.com/primer/css/pull/729) +- Fix code examples from being cut off [#725](https://github.com/primer/css/pull/725) + +#### Committers: 2 +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) +- Simurai ([simurai](https://github.com/simurai)) + +# 12.2.0 + +### :rocket: Enhancement +- Add more `.border-white-fade` utilities [#713](https://github.com/primer/css/pull/713) + +### :nail_care: Polish +- Fix `
` spacing [#675](https://github.com/primer/css/pull/675) + +### :bug: Bug Fixes +- Accessibility fixes for marketing buttons [#716](https://github.com/primer/css/pull/716) + +### :memo: Documentation +- Fix scrolling of code examples [#717](https://github.com/primer/css/pull/717) + +### :house: Internal +- Fix `npm link` ([#715](https://github.com/primer/css/issue/715)) by removing `prepare` npm script [#718](https://github.com/primer/css/pull/718) + +#### Committers: 4 +- Diana Mounter ([broccolini](https://github.com/broccolini)) +- Max Stoiber ([mxstbr](https://github.com/mxstbr)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) +- Simurai ([simurai](https://github.com/simurai)) + +# 12.1.1 + +### :bug: Bug Fix +- Remove UI from font file path [#709](https://github.com/primer/css/pull/709) + +### :memo: Documentation +- Removes sync functionality from docs [#710](https://github.com/primer/css/pull/710) + +### :house: Internal +- Fixes Storybook [#707](https://github.com/primer/css/pull/707) and [#711](https://github.com/primer/css/pull/711) + +#### Committers: 3 +- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) +- Emily Plummer ([emplums](https://github.com/emplums)) + +# 12.1.0 + +### :rocket: Enhancement +- Per-axis overflow utilities [#701](https://github.com/primer/css/pull/701) +- Add `0` to responsive marketing positioning utilities (`top-lg-0`, et al) [#697](https://github.com/primer/css/pull/697) +- Add negative offset utilities to marketing/utilities/layout [#639](https://github.com/primer/css/pull/639) + +### :memo: Documentation +- Fix changelog committers list for 12.0.2 (accidentally listed under 12.0.1) + +### :house: Internal +- Remove a bunch of unused dev dependencies [#703](https://github.com/primer/css/pull/703) +- Update `script/selector-diff-report` to compare against `@primer/css` (not `primer`!) + +#### Committers: 3 +- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) +- Tyson Rosage ([trosage](https://github.com/trosage)) + +# 12.0.2 + +### :bug: Bug fix +- Restore missing marketing padding utilities [#695](https://github.com/primer/css/pull/695) + +### :memo: Documentation +- Explain why `.tooltipped` should be used sparingly [#676](https://github.com/primer/css/pull/676) +- Fix trailing slash errors in Next.js [#681](https://github.com/primer/css/pull/681) +- Add static assets to Now deployments [#687](https://github.com/primer/css/pull/687) +- Shiny new social and README header by @ashygee [#689](https://github.com/primer/css/pull/689) + +### :house: Internal +- Remove `postversion` script from `package.json` and update the [PR template](https://github.com/primer/css/blob/master/RELEASING.md#in-this-repo) +- Rename InterUI font to "Inter", per [inter v3.3](https://github.com/rsms/inter/releases/tag/v3.3) [#696](https://github.com/primer/css/pull/696) + +#### Committers: 4 +- Ash Guillaume ([ashygee](https://github.com/ashygee)) +- David Graham ([dgraham](https://github.com/dgraham)) +- Mu-An Chiou ([muan](https://github.com/muan)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) + +# 12.0.1 + +### :bug: Bug Fix +- Add missing `h000-mktg` class [#667](https://github.com/primer/css/pull/667) +- Fix UnderlineNav overflow issues [#684](https://github.com/primer/css/pull/684) +- Fix double borders on Box-header [#686](https://github.com/primer/css/pull/686) + +### :house: Internal +- Add `postversion` npm script that commits `package.json` and `package-lock.json` with consistent commit messages (`chore: v`) + +#### Committers: 2 +- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) + +# 12.0.0 + +:rotating_light: **Starting with version 12.0.0, the `primer` package is now known as `@primer/css`**. See [MIGRATING.md](https://github.com/primer/css/tree/master/MIGRATING.md) for more info. + +#### :boom: Breaking Change +* [#666](https://github.com/primer/css/pull/666) Reorganize into a single `@primer/css` package ([@shawnbot](https://github.com/shawnbot)) + +#### Committers: 2 +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) +- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) + +# 11.0.0 + +#### :boom: Breaking Change +* [#438](https://github.com/primer/primer/pull/438) Remove `primer-page-sections` package. ([@sophshep](https://github.com/sophshep)) +* [#439](https://github.com/primer/primer/pull/439) Remove `primer-page-headers` package. ([@sophshep](https://github.com/sophshep)) +* [#440](https://github.com/primer/primer/pull/440) Remove `primer-tables` package. ([@sophshep](https://github.com/sophshep)) +* [#459](https://github.com/primer/primer/pull/459) Move responsive position utilities from marketing to core. ([@sophshep](https://github.com/sophshep)) +* [#656](https://github.com/primer/primer/pull/656) Remove colorizeTooltip mixin. ([@shawnbot](https://github.com/shawnbot)) +* [#657](https://github.com/primer/primer/pull/657) Remove `BtnGroup-form` class. ([@shawnbot](https://github.com/shawnbot)) +* [#658](https://github.com/primer/primer/pull/658) Remove `.avatar-stack` in favor of `.AvatarStack`. ([@shawnbot](https://github.com/shawnbot)) + +#### :rocket: Enhancement +* [#583](https://github.com/primer/primer/pull/583) Updates to Marketing Typography. ([@sophshep](https://github.com/sophshep)) +* [#660](https://github.com/primer/primer/pull/660) Add `$marketing-font-path`. ([@shawnbot](https://github.com/shawnbot)) +* [#661](https://github.com/primer/primer/pull/661) Spacer variable refactor. ([@shawnbot](https://github.com/shawnbot)) +* [#663](https://github.com/primer/primer/pull/663) Add deprecation warning for column grid classes and add `container-sm` utility class. ([@jonrohan](https://github.com/jonrohan)) + +#### :bug: Bug Fix +* [#654](https://github.com/primer/primer/pull/654) Fix typo ("Chroma") in `primer-base` comment. ([@Jiang-Xuan](https://github.com/Jiang-Xuan)) +* [#655](https://github.com/primer/primer/pull/655) Fix typo ("conditonally") in `docs/src/SideNav.js` comment. ([@0xflotus](https://github.com/0xflotus)) + +### :house: Internal +* [#659](https://github.com/primer/primer/pull/659) Generate CSS selector diff report on Travis. ([@shawnbot](https://github.com/shawnbot)) + +#### Committers: 4 +- 0xflotus ([0xflotus](https://github.com/0xflotus)) +- Jiang-Xuan ([Jiang-Xuan](https://github.com/Jiang-Xuan)) +- Jon Rohan ([jonrohan](https://github.com/jonrohan)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) +- Sophie Shepherd ([sophshep](https://github.com/sophshep)) + +# 10.10.5 + +#### :bug: Bug Fix +* [#650](https://github.com/primer/primer/pull/650) Fix border radius edge utility specificity. ([@shawnbot](https://github.com/shawnbot)) + +#### :memo: Documentation +* [#649](https://github.com/primer/primer/pull/649) Sandboxed code examples. ([@shawnbot](https://github.com/shawnbot)) + +#### :house: Internal +- Only check links on Travis if `[check-links]` is included in the commit message +- a5658d3 Run `now alias` without the branch name on merge to `master` + +#### Committers: 1 +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) + + +# 10.10.4 + +#### :memo: Documentation +* [#642](https://github.com/primer/primer/pull/642) docs: add Ash's new header illustration. ([@shawnbot](https://github.com/shawnbot)) + +#### :house: Internal +* [#641](https://github.com/primer/primer/pull/641) test(docs): improve style guide URL path test. ([@shawnbot](https://github.com/shawnbot)) +* [#635](https://github.com/primer/primer/pull/635) docs: Releases link, Status key page move. ([@shawnbot](https://github.com/shawnbot)) + +#### Committers: 1 +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) + +# 10.10.3 + +#### :memo: Documentation +* [#632](https://github.com/primer/primer/pull/632) Happy new year! ([@shawnbot](https://github.com/shawnbot)) +* [#626](https://github.com/primer/primer/pull/626) Branch deployment, docs for the docs. ([@shawnbot](https://github.com/shawnbot)) +* [#616](https://github.com/primer/primer/pull/616) Start up the docs directory. ([@shawnbot](https://github.com/shawnbot)) + +#### :house: Internal +* [#631](https://github.com/primer/primer/pull/631) Docs release fixes. ([@shawnbot](https://github.com/shawnbot)) + +#### Committers: 2 +- Emily Brick ([emilybrick](https://github.com/emilybrick)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) + +# 10.10.2 + +#### :memo: Documentation +* [#614](https://github.com/primer/primer/pull/614) fix broken border-radius helper example. ([@joelhawksley](https://github.com/joelhawksley)) + +#### :house: Internal +* [#615](https://github.com/primer/primer/pull/615) pin npm-run-all@4.1.5. ([@shawnbot](https://github.com/shawnbot)) + +#### Committers: 2 +- Joel Hawksley ([joelhawksley](https://github.com/joelhawksley)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) + +# 10.10.1 + +#### :memo: Documentation +* [#606](https://github.com/primer/primer/pull/606) Fix for Progress Broken Package Link. ([@emilybrick](https://github.com/emilybrick)) + +#### :house: Internal +* [#608](https://github.com/primer/primer/pull/608) Update releasing docs. ([@shawnbot](https://github.com/shawnbot)) + +#### Committers: 2 +- Emily Brick ([emilybrick](https://github.com/emilybrick)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) + +# 10.10.0 + +#### :rocket: Enhancement +* [#573](https://github.com/primer/primer/pull/573) Add Progress component. ([@emilybrick](https://github.com/emilybrick)) +* [#561](https://github.com/primer/primer/pull/561) Add HTML `hidden` attribute docs, increase `[hidden]` selector specificity. ([@shawnbot](https://github.com/shawnbot) h/t @jonrohan) + +#### :bug: Bug Fix +* [#604](https://github.com/primer/primer/pull/604) Fix Button group focus ring z-index issues. ([@shawnbot](https://github.com/shawnbot)) +* [#570](https://github.com/primer/primer/pull/570) Make `.blankslate-narrow` responsive. ([@crhallberg](https://github.com/crhallberg)) +* [#591](https://github.com/primer/primer/pull/591) Add fs-extra to `primer-module-build.dependencies`. ([@shawnbot](https://github.com/shawnbot)) + +#### :memo: Documentation +* [#585](https://github.com/primer/primer/pull/585) Improve contributing docs and add DEVELOP.md. ([@shawnbot](https://github.com/shawnbot)) + +#### :house: Internal +* [#597](https://github.com/primer/primer/pull/597) Fix primerize, add "fresh" run-script, etc. ([@shawnbot](https://github.com/shawnbot)) + +#### Committers: 3 +- Chris Hallberg ([crhallberg](https://github.com/crhallberg)) +- Emily Brick ([emilybrick](https://github.com/emilybrick)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) + +# 10.9.0 +#### :rocket: Enhancement +* [#586](https://github.com/primer/primer/pull/586) Hiding .Counter component when it's empty.. ([@jonrohan](https://github.com/jonrohan)) +* [#545](https://github.com/primer/primer/pull/545) Simplify responsive utilities with $responsive-variants. ([@shawnbot](https://github.com/shawnbot)) +* [#557](https://github.com/primer/primer/pull/557) Add !important to [hidden]. ([@muan](https://github.com/muan)) + +#### :memo: Documentation +* [#580](https://github.com/primer/primer/pull/580) Remove invalid button classes. ([@shawnbot](https://github.com/shawnbot)) + +#### :house: Internal +* [#581](https://github.com/primer/primer/pull/581) Use code-blocks. ([@shawnbot](https://github.com/shawnbot)) +* [#530](https://github.com/primer/primer/pull/530) Adding user details to storybook publish script. ([@jonrohan](https://github.com/jonrohan)) +* [#579](https://github.com/primer/primer/pull/579) Upgrade to lerna@2.11, rebuild package-lock. ([@shawnbot](https://github.com/shawnbot)) + +#### Committers: 5 +- Jon Rohan ([jonrohan](https://github.com/jonrohan)) +- Mickaël Derriey ([mderriey](https://github.com/mderriey)) +- Mu-An Chiou ([muan](https://github.com/muan)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) +- Sophie Shepherd ([sophshep](https://github.com/sophshep)) + +# 10.8.1 +#### :bug: Bug Fix +* [#554](https://github.com/primer/primer/pull/554) Fixes peer dependency issues ([@emplums](https://github.com/emplums)) + +#### :memo: Documentation +* [#554](https://github.com/primer/primer/pull/554) Updates releasing documentation ([@emplums](https://github.com/emplums)) + +#### :rocket: Enhancement +* [#555](https://github.com/primer/primer/pull/555) Add version check to CI ([@shawnbot](https://github.com/shawnbot)) + +# 10.8.0 +#### :rocket: Enhancement +* [#525](https://github.com/primer/primer/pull/525) Add $spacer-0 alias. ([@AustinPaquette](https://github.com/AustinPaquette)) +* [#522](https://github.com/primer/primer/pull/522) Add .BtnGroup-parent, deprecate .BtnGroup-form. ([@muan](https://github.com/muan)) +* [#544](https://github.com/primer/primer/pull/544) Add lh-0 utility class. ([@shawnbot](https://github.com/shawnbot)) +* [#548](https://github.com/primer/primer/pull/548) Add text underline utility. ([@AustinPaquette](https://github.com/AustinPaquette)) +* [#549](https://github.com/primer/primer/pull/549) Add .user-select-none utility class. ([@AustinPaquette](https://github.com/AustinPaquette)) + +#### :memo: Documentation +* [#528](https://github.com/primer/primer/pull/528) Update release docs. ([@emplums](https://github.com/emplums)) + +#### Committers: 3 +- Austin Paquette ([AustinPaquette](https://github.com/AustinPaquette)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) +- Mu-An Chiou ([@muan](https://github.com/muan)) +- Emily Plummer ([@emplums](https://github.com/emplums)) + +# 10.7.0 + +#### :nail_care: Polish +* [#511](https://github.com/primer/primer/pull/511) change double quotes to single quotes in Avatar stack stories. ([@AustinPaquette](https://github.com/AustinPaquette)) + +#### :memo: Documentation +* [#520](https://github.com/primer/primer/pull/520) Update issue templates. ([@broccolini](https://github.com/broccolini)) +* [#516](https://github.com/primer/primer/pull/516) Fix modules/primer-product/README.md. ([@9585999](https://github.com/9585999)) +* [#513](https://github.com/primer/primer/pull/513) Deleting the dev branch workflow instructions. ([@jonrohan](https://github.com/jonrohan)) +* [#507](https://github.com/primer/primer/pull/507) Moving the color docs to the style guide. ([@jonrohan](https://github.com/jonrohan)) + +#### :house: Internal +* [#517](https://github.com/primer/primer/pull/517) Modifying notify script to publish from each package. ([@jonrohan](https://github.com/jonrohan)) +* [#515](https://github.com/primer/primer/pull/515) Auto publish storybook. ([@jonrohan](https://github.com/jonrohan)) +* [#510](https://github.com/primer/primer/pull/510) [WIP] Patch release 10.6.2. ([@shawnbot](https://github.com/shawnbot)) + +#### Committers: 5 +- Austin Paquette ([AustinPaquette](https://github.com/AustinPaquette)) +- Diana Mounter ([broccolini](https://github.com/broccolini)) +- DieGOs ([9585999](https://github.com/9585999)) +- Jon Rohan ([jonrohan](https://github.com/jonrohan)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) + +# 10.6.1 + +#### :bug: Bug Fix +* [#506](https://github.com/primer/primer/pull/506) Fix white border on last avatar in AvatarStack (take two). ([@shawnbot](https://github.com/shawnbot)) +* [#501](https://github.com/primer/primer/pull/501) Set different z-index for .details-overlay. ([@muan](https://github.com/muan)) + +#### Committers: 2 +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) +- [muan](https://github.com/muan) + + +# 10.6.0 + +#### :bug: Bug Fix +* [#491](https://github.com/primer/primer/pull/491) Add `backface-visibility` to `.hover-grow`. ([@brandonrosage](https://github.com/brandonrosage)) + +#### :memo: Documentation +* [#490](https://github.com/primer/primer/pull/490) Add release documentation. ([@emplums](https://github.com/emplums)) + +#### :house: Internal +* [#475](https://github.com/primer/primer/pull/475) Import primer-module-build to the monorepo. ([@shawnbot](https://github.com/shawnbot)) +* [#479](https://github.com/primer/primer/pull/479) Add "scoreboard" test suite. ([@shawnbot](https://github.com/shawnbot)) + +#### Committers: 4 +- Brandon Rosage ([brandonrosage](https://github.com/brandonrosage)) +- Emily ([emplums](https://github.com/emplums)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) +- [muan](https://github.com/muan) + + +# 10.5.0 + +#### :rocket: Enhancement +* [#487](https://github.com/primer/primer/pull/487) Import Pagination Component. ([@emplums](https://github.com/emplums)) +* [#474](https://github.com/primer/primer/pull/474) Add text-mono utility class. ([@emplums](https://github.com/emplums)) +* [#456](https://github.com/primer/primer/pull/456) Adding height-fit utility class. ([@jonrohan](https://github.com/jonrohan)) + +#### :bug: Bug Fix +* [#465](https://github.com/primer/primer/pull/465) Fix Popover--right-bottom caret positioning. ([@shawnbot](https://github.com/shawnbot)) +* [#458](https://github.com/primer/primer/pull/458) Fix broken pointer from packages to modules. ([@tysongach](https://github.com/tysongach)) + +#### :memo: Documentation +* [#486](https://github.com/primer/primer/pull/486) Documenting the text-inheritance color utility. ([@jonrohan](https://github.com/jonrohan)) +* [#481](https://github.com/primer/primer/pull/481) Styleguide Polish. ([@emplums](https://github.com/emplums)) +* [#464](https://github.com/primer/primer/pull/464) Fix markdown stories. ([@shawnbot](https://github.com/shawnbot)) +* [#455](https://github.com/primer/primer/pull/455) Add colorizeTooltip deprecation warning. ([@jonrohan](https://github.com/jonrohan)) +* [#452](https://github.com/primer/primer/pull/452) Update dead links in CONTRIBUTING.md. ([@agisilaos](https://github.com/agisilaos)) + +#### Committers: 7 +- Agisilaos Tsaraboulidis ([agisilaos](https://github.com/agisilaos)) +- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) +- Emily ([emplums](https://github.com/emplums)) +- Jon Rohan ([jonrohan](https://github.com/jonrohan)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) +- Tyson Gach ([tysongach](https://github.com/tysongach)) +- [muan](https://github.com/muan) + +# 10.4.0 (2018-03-14) + +#### :rocket: Enhancement +* [#456](https://github.com/primer/primer/pull/456) Adding height-fit utility class. ([@jonrohan](https://github.com/jonrohan)) + +#### :memo: Documentation +* [#455](https://github.com/primer/primer/pull/455) Add colorizeTooltip deprecation warning. ([@jonrohan](https://github.com/jonrohan)) +* [#452](https://github.com/primer/primer/pull/452) Update dead links in CONTRIBUTING.md. ([@agisilaos](https://github.com/agisilaos)) + +#### Committers: 3 +- Agisilaos Tsaraboulidis ([agisilaos](https://github.com/agisilaos)) +- Jon Rohan ([jonrohan](https://github.com/jonrohan)) +- [muan](https://github.com/muan) + +# 10.3.0 (2018-01-17) + +#### :rocket: Enhancement +* [#426](https://github.com/primer/primer/pull/426) Add em spacer variables. ([@broccolini](https://github.com/broccolini)) +* [#430](https://github.com/primer/primer/pull/430) Increase input font-size to 16px on mobile. ([@broccolini](https://github.com/broccolini)) + +#### :bug: Bug Fix +* [#416](https://github.com/primer/primer/pull/416) Point style field to build file in subhead component. ([@muan](https://github.com/muan)) +* [#424](https://github.com/primer/primer/pull/424) Add missing $spacer-12 in $marketingSpacers variable. ([@gladwearefriends](https://github.com/gladwearefriends)) + +#### :nail_care: Polish +* [#418](https://github.com/primer/primer/pull/418) Button color contrast improvements. ([@broccolini](https://github.com/broccolini)) + +#### :memo: Documentation +* [#427](https://github.com/primer/primer/pull/427) Adding stories from markdown for the other modules that didn't have any stories. ([@jonrohan](https://github.com/jonrohan)) + +#### :house: Internal +* [#420](https://github.com/primer/primer/pull/420) Update licenses to 2018 🎊. ([@jonrohan](https://github.com/jonrohan)) + +#### Committers: 4 +- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) +- Diana Mounter ([broccolini](https://github.com/broccolini)) +- Jon Rohan ([jonrohan](https://github.com/jonrohan)) +- [muan](https://github.com/muan) + +# 10.2.0 (2017-12-11) + +#### :rocket: Enhancement +* [#376](https://github.com/primer/primer/pull/376) Extend spacing scale for marketing. ([@gladwearefriends](https://github.com/gladwearefriends)) +* [#409](https://github.com/primer/primer/pull/409) Add Sass key to package.json. ([@broccolini](https://github.com/broccolini)) +* [#358](https://github.com/primer/primer/pull/358) automatically style first and last breadcrumb. ([@gronke](https://github.com/gronke)) +* [#394](https://github.com/primer/primer/pull/394) Point style field to built css. ([@koddsson](https://github.com/koddsson)) + +#### :memo: Documentation +* [#411](https://github.com/primer/primer/pull/411) Updates to stylelint package links/docs for new structure. ([@jonrohan](https://github.com/jonrohan)) + +#### Committers: 4 +- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) +- Diana Mounter ([broccolini](https://github.com/broccolini)) +- Jon Rohan ([jonrohan](https://github.com/jonrohan)) +- Kristján Oddsson ([koddsson](https://github.com/koddsson)) +- Stefan Grönke ([gronke](https://github.com/gronke)) + +# 10.1.0 (2017-11-15) + +#### :rocket: Enhancement +* [#385](https://github.com/primer/primer/pull/385) New Avatar stack. ([@califa](https://github.com/califa) & [@sophshep](https://github.com/sophshep)) +* [#404](https://github.com/primer/primer/pull/404) Tooltip component updates ([@broccolini](https://github.com/broccolini)) + +#### :memo: Documentation +* [#405](https://github.com/primer/primer/pull/405) Add deprecation warning for `.avatar-stack`. ([@jonrohan](https://github.com/jonrohan)) +* [#391](https://github.com/primer/primer/pull/391) Update shields.io url to https. ([@NuttasitBoonwat](https://github.com/NuttasitBoonwat)) + +#### Committers: 5 +- Diana Mounter ([broccolini](https://github.com/broccolini)) +- Joel Califa ([califa](https://github.com/califa)) +- Jon Rohan ([jonrohan](https://github.com/jonrohan)) +- Sophie Shepherd ([sophshep](https://github.com/sophshep)) +- [NuttasitBoonwat](https://github.com/NuttasitBoonwat) + +# 10.0.1 (2017-11-14) + +#### :bug: Bug Fix + +* Fixing `peerDependencies` to be greater than equal to versions. Fixing version mismatch with buttons and box. + +# 10.0.0 (2017-11-13) + +#### :boom: Breaking Change +* [#395](https://github.com/primer/primer/pull/395) Renaming primer-css to primer. ([@jonrohan](https://github.com/jonrohan)) +* [#379](https://github.com/primer/primer/pull/379) Deprecating primer-cards and form-cards. ([@jonrohan](https://github.com/jonrohan)) +* [#336](https://github.com/primer/primer/pull/336) Move `primer-breadcrumbs` from marketing to core ([@jonrohan]((https://github.com/jonrohan)) + +#### :rocket: Enhancement +* [#371](https://github.com/primer/primer/pull/371) Add .details-reset. ([@muan](https://github.com/muan)) +* [#375](https://github.com/primer/primer/pull/375) New utilities & docs - fade out, hover grow, border white fade, responsive positioning, and circle. ([@sophshep](https://github.com/sophshep)) +* [#383](https://github.com/primer/primer/pull/383) Add 'Popover' component. ([@brandonrosage](https://github.com/brandonrosage)) +* [#377](https://github.com/primer/primer/pull/377) Refactor and add underline nav component. ([@ampinsk](https://github.com/ampinsk)) +* [#337](https://github.com/primer/primer/pull/337) Add marketing buttons to primer-marketing. ([@gladwearefriends](https://github.com/gladwearefriends)) +* [#342](https://github.com/primer/primer/pull/342) Add Subhead component. ([@shawnbot](https://github.com/shawnbot)) +* [#341](https://github.com/primer/primer/pull/341) Add branch-name component from github/github. ([@shawnbot](https://github.com/shawnbot)) + +#### :bug: Bug Fix +* [#360](https://github.com/primer/primer/pull/360) Remove ::before ::after padding hack on markdown. ([@jonrohan](https://github.com/jonrohan)) +* [#320](https://github.com/primer/primer/pull/320) Remove -webkit-text-decoration-skip override. ([@antons](https://github.com/antons)) +* [#359](https://github.com/primer/primer/pull/359) Change markdown li break to handle Safari 10.x user stylesheet bug. ([@feministy](https://github.com/feministy)) +* [#388](https://github.com/primer/primer/pull/388) Button border-radius fix to override Chroma 62. ([@broccolini](https://github.com/broccolini)) +* [#307](https://github.com/primer/primer/pull/307) Do not suppress opacity transition for tooltipped-no-delay. ([@astorije](https://github.com/astorije)) + +#### :house: Internal +* [#396](https://github.com/primer/primer/pull/396) Use lerna-changelog to generate a changelog. ([@jonrohan](https://github.com/jonrohan)) +* [#382](https://github.com/primer/primer/pull/382) Update Button docs. ([@JasonEtco](https://github.com/JasonEtco)) +* [#390](https://github.com/primer/primer/pull/390) Updating `storiesFromMarkdown` to read in rails Octicons helper and replace with react component. ([@jonrohan](https://github.com/jonrohan)) +* [#389](https://github.com/primer/primer/pull/389) Publish alpha release any time we're not on a release branch or master. ([@jonrohan](https://github.com/jonrohan)) +* [#384](https://github.com/primer/primer/pull/384) Add test to check for the current year in the license and source. ([@jonrohan](https://github.com/jonrohan)) +* [#374](https://github.com/primer/primer/pull/374) Improve Pull Request template. ([@agisilaos](https://github.com/agisilaos)) + +#### Committers: 13 +- Agisilaos Tsaraboulidis ([agisilaos](https://github.com/agisilaos)) +- Amanda Pinsker ([ampinsk](https://github.com/ampinsk)) +- Anton Sotkov ([antons](https://github.com/antons)) +- Brandon Rosage ([brandonrosage](https://github.com/brandonrosage)) +- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) +- Diana Mounter ([broccolini](https://github.com/broccolini)) +- Jason Etcovitch ([JasonEtco](https://github.com/JasonEtco)) +- Jon Rohan ([jonrohan](https://github.com/jonrohan)) +- Jérémie Astori ([astorije](https://github.com/astorije)) +- Mu-An ✌️ Chiou ([muan](https://github.com/muan)) +- Shawn Allen ([shawnbot](https://github.com/shawnbot)) +- Sophie Shepherd ([sophshep](https://github.com/sophshep)) +- liz abinante! ([feministy](https://github.com/feministy)) + +**Special thanks to @shaharke for transferring ownership of the Primer npm package to us so that we could make the rename happen!** :heart: + +# 9.6.0 + +### Added +- Storybook. We've added a storybook prototyping environment for testing components in seclusion. To start the server run `npm start` +- Adding yeoman generator for creating a primer module. `generator-primer-module` +- Importing `stylelint-config-primer` from https://github.com/primer/stylelint-config-primer/ into monorepo. +- Importing `stylelint-selector-no-utility` from https://github.com/primer/stylelint-selector-no-utility into monorepo. + +### Changes +- Deployment and publishing scripts refinements. + +# 9.5.0 + +### Added +- It's now possible to style `` elements as buttons and have them appear in the active/selected state when the enclosing [`
` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) is open. #346 + +### Changes +- Updates our release candidate versioning logic so that prerelease increments are done on a per-module basis, fixing #350. + +# 9.4.0 + +### Added +- Add `v-align-baseline` class to `primer-utilities` #324 +- Add deprecation warnings for `primer-cards` and `primer-forms/lib/form-validation.scss` #347 (these will be removed in v10.0.0) + +### Changes +- Update npm metadata for `primer`, `primer-core`, `primer-product`, and `primer-marketing` #328 +- Remove `HEAD` heading from the changelog #327 + +# 9.3.0 + +## Added +- Docs for `primer-layout` (grid), `primer-support`, `primer-utilities`, and `primer-marketing-utilities` +- Primer keys for `category` and `module_type` to `package.json` (for use in documentation and gathering stats) + +## Changes +- Removes `docs` from `gitignore` +- Removes the `^` from all dependencies so that we can publish exact versions +- Consolidates release notes from various sources into one changelog located in `/modules/primer/CHANGELOG.md` + +# 9.2.0 + +## Added + +- Add `test-docs` npm script in each module to check that every CSS class is documented (or at least mentioned) in the module's own markdown docs + +## Changes + +- Remove per-module configurations (`.gitignore`, `.postcss.json`, `.stylelintrc.json`) and `CHANGELOG.md` files in #284 +- Replace most static `font-size`, `font-weight`, and `line-height` CSS property values with their [SCSS variable equivalents](https://github.com/primer/primer/blob/c9ea37316fbb73c4d9931c52b42bc197260c0bf6/modules/primer-support/lib/variables/typography.scss#L12-L33) in #252 +- Refactor CI scripts to use Travis conditional deployment for release candidate and final release publish steps in #290 + +# 9.1.1 + +This release updates primer modules to use variables for spacing units instead of pixel values. + +## Changes + +- primer-alerts: 1.2.0 => 1.2.1 +- primer-avatars: 1.1.0 => 1.1.1 +- primer-base: 1.2.0 => 1.2.1 +- primer-blankslate: 1.1.0 => 1.1.1 +- primer-box: 2.2.0 => 2.2.1 +- primer-breadcrumb: 1.1.0 => 1.1.1 +- primer-buttons: 2.1.0 => 2.1.1 +- primer-cards: 0.2.0 => 0.2.1 +- primer-core: 6.1.0 => 6.1.1 +- primer-css: 9.1.0 => 9.1.1 +- primer-forms: 1.1.0 => 1.1.1 +- primer-labels: 1.2.0 => 1.2.1 +- primer-layout: 1.1.0 => 1.1.1 +- primer-markdown: 3.4.0 => 3.4.1 +- primer-marketing-type: 1.1.0 => 1.1.1 +- primer-marketing-utilities: 1.1.0 => 1.1.1 +- primer-marketing: 5.1.0 => 5.1.1 +- primer-navigation: 1.1.0 => 1.1.1 +- primer-page-headers: 1.1.0 => 1.1.1 +- primer-page-sections: 1.1.0 => 1.1.1 +- primer-product: 5.1.0 => 5.1.1 +- primer-support: 4.1.0 => 4.1.1 +- primer-table-object: 1.1.0 => 1.1.1 +- primer-tables: 1.1.0 => 1.1.1 +- primer-tooltips: 1.1.0 => 1.1.1 +- primer-truncate: 1.1.0 => 1.1.1 +- primer-utilities: 4.4.0 => 4.4.1 + +# 9.1.0 + +This release updates our [stylelint config](/primer/stylelint-config-primer) to [v2.0.0](https://github.com/primer/stylelint-config-primer/releases/tag/v2.0.0), and to stylelint v7.13.0. Each module also now has a `lint` npm script, and there are top-level `test` and `lint` scripts that you can use to lint and test all modules in one go. + +This release also includes major improvements to our Travis build scripts to automatically publish PR builds, release candidates, and the "final" versions to npm. + +# 9.0.0 - Core dependency & repo urls + +We discovered that `primer-core` specified and outdated version of `primer-base` in it's dependencies. The outdated version did not have `normalize.scss` included which could cause some issues. This has issue occurred during v7.0.0 when creating the new monorepo. Also fixes repo urls in `package.json` for individual packages. + +See PR [#243](https://github.com/primer/primer/pull/243) + +## Changes + +### Primer Core v6.0.0 +- Fixed `primer-base` dependency to point to latest version + +**Repo urls corrected from `packages` to `modules` in:** +- primer-base v1.1.5 +- primer-box v2.1.8 +- primer-buttons v2.0.6 +- primer-forms v1.0.13 +- primer-layout v1.0.5 +- primer-navigation v1.0.6 +- primer-support v4.0.7 +- primer-table-object v1.0.9 +- primer-tooltips v1.0.2 +- primer-truncate v1.0.2 +- primer-utilities v4.3.5 + +### Primer Product v5.0.2 + +**Repo urls corrected from `packages` to `modules` in:** +- primer-alerts v1.1.8 +- primer-avatars v1.0.2 +- primer-blankslate v1.0.2 +- primer-labels v1.1.6 +- primer-markdown v3.3.13 +- primer-support v4.0.7 + +### Primer Marketing v5.0.2 + +**Repo urls corrected from `packages` to `modules` in:** +- primer-breadcrumb v1.0.2 +- primer-cards v0.1.8 +- primer-marketing-support v1.0.2 +- primer-marketing-type v1.0.2 +- primer-marketing-utilities v1.0.2 +- primer-page-headers v1.0.2 +- primer-page-sections v1.0.2 +- primer-support v4.0.7 +- primer-tables v1.0.2 + +# 8.0.0 - Imports + +Fixes issues with the ordering of imports in each of our meta-packages. See PR [#239](https://github.com/primer/primer/pull/239) + + +## Changes + +### Primer Core v5.0.1 +- Re-ordered imports in `index.scss` to ensure utilities come last in the cascade + +### Primer Product v5.0.1 +- Re-ordered imports in `index.scss` to move markdown import to end of list to match former setup in GitHub.com + +### Primer Marketing v5.0.1 +- Re-ordered imports in `index.scss` to ensure marketing utilities come last in the cascade + +# 7.0.0 - Monorepo + +In an effort to improve our publishing workflow we turned Primer into a monorepo, made this repo the source of truth for Primer by removing Primer modules from GitHub, and setup Lerna for managing multiple packages and maintaining independent versioning for all our modules. + +This is exciting because: + +- we can spend less time hunting down the cause of a broken build and more time focussing on making Primer more useful and robust for everyone to use +- we can be more confident that changes we publish won't cause unexpected problems on GitHub.com and many other GitHub websites that use Primer +- we no longer have files like package.json, scripts, and readme's in the GitHub app that don't really belong there +- **we can accept pull requests from external contributors** again! + +See PR for more details on this change: https://github.com/primer/primer/pull/230 + +## Other changes: + +### Primer Core v4.0.3 + +#### primer-support v4.0.5 +- Update fade color variables to use rgba instead of transparentize color function for better Sass readability +- Update support variables and mixins to use new color variables + +#### primer-layout v1.0.3 +- Update grid gutter styles naming convention and add responsive modifiers +- Deprecate `single-column` and `table-column` from layout module +- Remove `@include clearfix` from responsive container classes + +#### primer-utilities v4.3.3 +- Add `show-on-focus` utility class for accessibility +- Update typography utilities to use new color variables +- Add `.p-responsive` class + +#### primer-base v1.1.3 +- Update `b` tag font weight to use variable in base styles + +### Primer Marketing v4.0.3 + +#### primer-tables +- Update marketing table colors to use new variables + + +# 6.0.0 +- Add `State--small` to labels module +- Fix responsive border utilities +- Added and updated typography variables and mixins; updated variables used in typography utilities; updated margin, padding, and typography readmes +- Darken `.box-shadow-extra-large` shadow +- Update `.tooltip-multiline` to remove `word-break: break-word` property +- Add `.border-purple` utility class +- Add responsive border utilities to primer-marketing +- Add `ws-normal` utility for `whitespace: normal` +- Updated syntax and classnames for `Counters` and `Labels`, moved into combined module with states. + +# 5.1.0 +- Add negative margin utilities +- Move `.d-flex` & `.d-flex-inline` to be with other display utility classes in `visibility-display.scss` +- Delete `.shade-gradient` in favor of `.bg-shade-gradient` +- Removed alt-body-font variable from primer-marketing +- Removed un-used `alt` typography styles from primer-marketing +- Add green border utility + +# 5.0.0 +- Added new border variable and utility, replaced deprecated flash border variables +- Updated variable name in form validation +- Updated `.sr-only` to not use negative margin +- Added and removed border variables and utilities +- Add filter utility to Primer Marketing +- Removed all custom color variables within Primer-marketing in favor of the new color system +- Updated style for form group error display so it is positioned properly +- Updated state closed color and text and background pending utilities +- Removed local font css file from primer-marketing/support +- Updated all color variables and replaced 579 hex refs across modules with new variables, added additional shades to start introducing a new color system which required updating nearly all primer modules +- Added layout utility `.sr-only` for creating screen reader only elements +- Added `.flex{-infix}-item-equal` utilities for creating equal width and equal height flex items. +- Added `.flex{-infix}-row-reverse` utility for reversing rows of content +- Updated `.select-menu-button-large` to use `em` units for sizing of the CSS triangle. +- Added `.box-shadow-extra-large` utility for large, diffused shadow +- Updated: removed background color from markdown body +- Updated: remove background on the only item in an avatar stack +- Added form utility `.form-checkbox-details` to allow content to be shown/hidden based on a radio button being checked +- Added form utility to override Webkit's incorrect assumption of where to try to autofill contact information + +# 4.7.0 +- Update primer modules to use bold variable applying `font-weight: 600` + +# 4.6.0 +- Added `CircleBadge` component for badge-like displays within product/components/avatars +- Added Box shadow utilities `box-shadow`, `box-shadow-medium`, `box-shadow-large`, `box-shadow-none` +- Moved visibility and display utilities to separate partial at the end of the imports list, moved flexbox to it's own partial +- Added `flex-shrink-0` to address Flexbox Safari bug +- Updated: Using spacing variables in the `.flash` component +- Updated Box component styles and documentation +- Added `.wb-break-all` utility + +# 4.4.0 +- Adding primer-marketing module to primer +- Added red and blue border color variables and utilities +- Updated: `$spacer-5` has been changed to `32px` from `36px` +- Updated: `$spacer-6` has been changed to `40px` from `48px` +- Deprecated `link-blue`, updated `link-gray` and `link-gray-dark`, added `link-hover-blue` - Updated: blankslate module to use support variables for sizing + +# 4.3.0 +- Renamed `.flex-table` to `.TableObject` +- Updated: `$spacer-1` has been changed to `4px` from `3px` +- Updated: `$spacer-2` has been changed to `6px` from `8px` +- Added: `.text-shadow-dark` & `.text-shadow-light` utilities +- Updated: Moved non-framework CSS out of Primer modules. Added `box.scss` to `primer-core`. Added `discussion-timeline.scss` to `primer-product`, and moved `blob-csv.scss` into `/primer-product/markdown` directory +- Added: Flex utilities +- Refactor: Site typography to use Primer Marketing styles +- Added: `.list-style-none` utility +- Refactor: Button groups into some cleaner CSS +- Updated: Reorganizing how we separate primer-core, primer-product, primer-marketing css + + +# 4.2.0 +- Added: Responsive styles for margin and padding utilities, display, float, and new responsive hide utility, and updates to make typography responsive +- Added: new container styles and grid styles with responsive options +- Added: updated underline nav styles +- Deprecate: Deprecating a lot of color and layout utilities +- Added: More type utilities for different weights and larger sizes. +- Added: Well defined browser support + + +# 4.1.0 +- Added: [primer-markdown](https://github.com/primer/markdown) to the build +- Fixes: Pointing "style" package.json to `build/build.css` file. +- Added: Update font stack to system fonts +- Added: Updated type scale as part of system font update +- Added: `.Box` component for replacing boxed groups, simple box, and table-list styles +- Added: New type utilities for headings and line-height +- Deprecated: `vertical-middle` was replaced with `v-align-middle`. +- Added: Layout utilities for vertical alignment, overflow, width and height, visibility, and display table +- Added: Changing from font icons to SVG + +# 4.0.2 +- Added npm build scripts to add `build/build.css` to the npm package + +# 4.0.1 +- Fixed: missing primer-layout from build + +# 4.0.0 +- Whole new npm build system, pulling in the code from separate component repos + +# 3.0.0 +- Added: Animation utilities +- Added: Whitespace scale, and margin and padding utilities +- Added: Border utilities diff --git a/assets/sass/@primer/css/CODE_OF_CONDUCT.md b/assets/sass/@primer/css/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..cd62bf9 --- /dev/null +++ b/assets/sass/@primer/css/CODE_OF_CONDUCT.md @@ -0,0 +1,76 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at emilybrick@github.com. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see +https://www.contributor-covenant.org/faq diff --git a/assets/sass/@primer/css/DEVELOP.md b/assets/sass/@primer/css/DEVELOP.md new file mode 100644 index 0000000..09c77ed --- /dev/null +++ b/assets/sass/@primer/css/DEVELOP.md @@ -0,0 +1,97 @@ +# Primer CSS Development + +If you've made it this far, **thank you**! We appreciate your contribution, and hope that this document helps you along the way. If you have any questions or problems, don't hesitate to [file an issue](https://github.com/primer/css/issues/new). + +## Structure +Primer CSS is published to [npm] as [@primer/css]. Each of Primer CSS's "modules" lives in a subfolder under `src/` with an `index.scss` in it. Generally speaking, the styles are divided into three primary themes: + +* **Core** styles (in `core/`) are common dependencies, which include support variables, native element and typography styles, buttons, navigation, tooltips, etc. +* **Product** styles (in `product/`) are specific to github.com, and include components such as avatars, labels, markdown styles, popovers, and progress indicators. +* **Marketing** styles (in `marketing/`) are specific to GitHub marketing efforts, including international and event-focused sites as well as the more design-heavy feature pages on github.com. Marketing styles include new colors and button styles, and extend the core typography and whitespace scales. + +### Paths +Here's what you need to know about how the files are structured in both git and in the published npm module: + +* In git, all of the SCSS source files live in the `src/` directory. +* When published, all of the files in `src/` are "hoisted" to the package root so that you can import, say, utilities with: + + ```scss + @import "@primer/css/utilities/index.scss"; + ``` + +* All bundle interdependencies within Primer CSS are defined as relative imports (e.g. with `../`), so everything should work fine as long as the `@primer/css` directory is in one of your Sass include paths (i.e. `node_modules`). + + +## Workflow +The typical Primer workflow looks something like this: + +1. `npm install` to install the development dependencies. +1. [Start Storybook](#storybook) +1. Navigate to the module you're working on and modify the SCSS and/or markdown files. +1. Test your changes in Storybook. +1. Push your work to a new branch. +1. Request a review from one of the Primer "core" team members. + +## Install +Run `npm install` to install the npm dependencies. + +## Docs site +The Primer CSS docs are built with React using [Doctocat](https://primer.style/doctocat) and automatically deployed on every push to this repo with [Now]. You can run the server locally with: + +```sh +npm start +``` + +Then visit http://localhost:8000 to view the site. + +### The docs directory +The [docs directory](./docs/) contains all of the documentation files in our docs site. Files are nested in the `/content` folder. + + +### URL tests +We have a script that catches inadvertent URL changes caused by renaming or deleting Markdown docs: + +```sh +npm run test-urls +``` + +This script includes some exceptions for URLs that have been intentionally moved or removed in the process of moving away from the [GitHub Style Guide](https://styleguide.github.com/primer/), and which you will need to modify if you rename or remove either Markdown docs or their `path` frontmatter. See [#641](https://github.com/primer/css/pull/641) for more information. + +## Storybook +To borrow a [metaphor from Brad Frost](http://bradfrost.com/blog/post/the-workshop-and-the-storefront/), the [docs site](#docs-site) is Primer CSS's storefront, and [Storybook] is its workshop. + +Our Storybook setup allows you to view every HTML code block in Primer CSS's Markdown docs in isolation. To get started, run the Storybook server with: + +```sh +npm run start-storybook +``` + +This should open up the site in your browser (if not, navigate to `http://localhost:8001`). + +### Code blocks +All `html` fenced code blocks in `src/**/*.md` will be rendered as stories and listed under the relevant module's name in the left-hand nav. File changes should trigger a live reload automatically (after a brief delay). + + +## Scripts +Our [`package.json`](package.json) houses a collection of [run-scripts] that we use to maintain, test, build, and publish Primer CSS. Run `npm run + +{{ end }} +{{}} + +### Examples + +Inline math: $$ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… $$ + +Block math: + +$$ + \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } +$$ + diff --git a/exampleSite/content/post/placeholder-text.md b/exampleSite/content/post/placeholder-text.md new file mode 100644 index 0000000..50c906d --- /dev/null +++ b/exampleSite/content/post/placeholder-text.md @@ -0,0 +1,57 @@ ++++ +title = "Placeholder Text" +date = "2019-03-09" +description = "Lorem Ipsum Dolor Si Amet" +tags = [ + "markdown", + "text", +] ++++ + +Lorem est tota propiore conpellat pectoribus de +pectora summo. Redit teque digerit hominumque toris verebor lumina non cervice +subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc +caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis +lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum. + +1. Exierant elisi ambit vivere dedere +2. Duce pollice +3. Eris modo +4. Spargitque ferrea quos palude + +Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus +silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria +tractus malis. + +1. Comas hunc haec pietate fetum procerum dixit +2. Post torum vates letum Tiresia +3. Flumen querellas +4. Arcanaque montibus omnes +5. Quidem et + +# Vagus elidunt + + + +[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon) + +## Mane refeci capiebant unda mulcebat + +Victa caducifer, malo vulnere contra +dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere +furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. **Faces illo pepulere** tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis. + +Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli +Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare +Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert +ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae +vulnus haerentia iuste et exercebat, sui et. + +Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel **mitis temploque** vocatus, inque alis, *oculos nomen* non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem +Propoetides **parte**. + +{{< css.inline >}} + +{{< /css.inline >}} diff --git a/exampleSite/content/post/wtf-article.md b/exampleSite/content/post/wtf-article.md new file mode 100644 index 0000000..2c94ccb --- /dev/null +++ b/exampleSite/content/post/wtf-article.md @@ -0,0 +1,61 @@ ++++ +title = "纯简体中文测试文章" +date = 2019-04-01T00:00:00+08:00 +description = "本文内容无实际意义,由狗屁不通文章生成器自动生成,不代表作者本人观点" +tags = [ + "test", + "wtf" +] ++++ + +可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。一段代码写一天,到底应该如何实现。马克思在不经意间这样说过,一切节省,归根到底都归结为时间的节省。这不禁令我深思。马克思曾经说过,一切节省,归根到底都归结为时间的节省。带着这句话,我们还要更加慎重的审视这个问题:对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。既然如何,我们不得不面对一个非常尴尬的事实,那就是,亚伯拉罕·林肯曾经提到过,你活了多少岁不算什么,重要的是你是如何度过这些岁月的。这启发了我,了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。我认为,在这种困难的抉择下,本人思来想去,寝食难安。所谓一段代码写一天,关键是一段代码写一天需要如何写。裴斯泰洛齐在不经意间这样说过,今天应做的事没有做,明天再早也是耽误了。这句话语虽然很短,但令我浮想联翩。总结的来说,带着这些问题,我们来审视一下一段代码写一天。西班牙曾经说过,自知之明是最难得的知识。这不禁令我深思。可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。贝多芬在不经意间这样说过,卓越的人一大优点是:在不利与艰难的遭遇里百折不饶。带着这句话,我们还要更加慎重的审视这个问题:在这种困难的抉择下,本人思来想去,寝食难安。问题的关键究竟为何?对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。 + +每个人都不得不面对这些问题。在面对这种问题时,歌德曾经提到过,读一本好书,就如同和一个高尚的人在交谈。这似乎解答了我的疑惑。歌德在不经意间这样说过,读一本好书,就如同和一个高尚的人在交谈。我希望诸位也能好好地体会这句话。从这个角度来看,一段代码写一天的发生,到底需要如何做到,不一段代码写一天的发生,又会如何产生。可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。现在,解决一段代码写一天的问题,是非常非常重要的。所以,马克思曾经提到过,一切节省,归根到底都归结为时间的节省。这似乎解答了我的疑惑。一般来讲,我们都必须务必慎重的考虑考虑。阿卜·日·法拉兹曾经说过,学问是异常珍贵的东西,从任何源泉吸收都不可耻。我希望诸位也能好好地体会这句话。既然如此,就我个人来说,一段代码写一天对我的意义,不能不说非常重大。白哲特曾经说过,坚强的信念能赢得强者的心,并使他们变得更坚强。带着这句话,我们还要更加慎重的审视这个问题:富勒在不经意间这样说过,苦难磨炼一些人,也毁灭另一些人。带着这句话,我们还要更加慎重的审视这个问题:这样看来,一般来讲,我们都必须务必慎重的考虑考虑。从这个角度来看,从这个角度来看,这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。而这些并不是完全重要,更加重要的问题是。 + +带着这些问题,我们来审视一下一段代码写一天。要想清楚,一段代码写一天,到底是一种怎么样的存在。经过上述讨论,生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。佚名曾经提到过,感激每一个新的挑战,因为它会锻造你的意志和品格。这句话语虽然很短,但令我浮想联翩。现在,解决一段代码写一天的问题,是非常非常重要的。所以,每个人都不得不面对这些问题。在面对这种问题时,我们都知道,只要有意义,那么就必须慎重考虑。经过上述讨论。 + +了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。一般来说,了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。笛卡儿在不经意间这样说过,阅读一切好书如同和过去最杰出的人谈话。我希望诸位也能好好地体会这句话。在这种困难的抉择下,本人思来想去,寝食难安。问题的关键究竟为何?了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。莎士比亚曾经说过,抛弃时间的人,时间也抛弃他。我希望诸位也能好好地体会这句话。 + +笛卡儿说过一句富有哲理的话,阅读一切好书如同和过去最杰出的人谈话。这句话语虽然很短,但令我浮想联翩。鲁巴金曾经提到过,读书是在别人思想的帮助下,建立起自己的思想。这启发了我,了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。一段代码写一天因何而发生?一段代码写一天因何而发生?我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。邓拓曾经说过,越是没有本领的就越加自命不凡。这启发了我,从这个角度来看,一般来讲,我们都必须务必慎重的考虑考虑。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。一般来说。 + +对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。总结的来说,从这个角度来看,本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。德谟克利特说过一句富有哲理的话,节制使快乐增加并使享受加强。我希望诸位也能好好地体会这句话。生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。我们都知道,只要有意义,那么就必须慎重考虑。就我个人来说,一段代码写一天对我的意义,不能不说非常重大。史美尔斯曾经提到过,书籍把我们引入最美好的社会,使我们认识各个时代的伟大智者。这句话语虽然很短,但令我浮想联翩。一般来讲,我们都必须务必慎重的考虑考虑。既然如此,我们都知道,只要有意义,那么就必须慎重考虑。这样看来,就我个人来说,一段代码写一天对我的意义,不能不说非常重大。德国曾经提到过,只有在人群中间,才能认识自己。我希望诸位也能好好地体会这句话。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。 + +所谓一段代码写一天,关键是一段代码写一天需要如何写。我们不得不面对一个非常尴尬的事实,那就是,从这个角度来看,可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。莎士比亚在不经意间这样说过,意志命运往往背道而驰,决心到最后会全部推倒。我希望诸位也能好好地体会这句话。一段代码写一天,到底应该如何实现。那么,一段代码写一天,到底应该如何实现。可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。一段代码写一天,发生了会如何,不发生又会如何。在这种困难的抉择下,本人思来想去,寝食难安。塞涅卡在不经意间这样说过,生命如同寓言,其价值不在与长短,而在与内容。这不禁令我深思。那么,生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。所谓一段代码写一天,关键是一段代码写一天需要如何写。我认为,所谓一段代码写一天,关键是一段代码写一天需要如何写。可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。一段代码写一天的发生,到底需要如何做到,不一段代码写一天的发生,又会如何产生。这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。在这种困难的抉择下,本人思来想去,寝食难安。带着这些问题,我们来审视一下一段代码写一天。一段代码写一天,到底应该如何实现。一段代码写一天,发生了会如何,不发生又会如何。既然如何,要想清楚,一段代码写一天,到底是一种怎么样的存在。那么,生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。总结的来说,那么,带着这些问题,我们来审视一下一段代码写一天。要想清楚,一段代码写一天,到底是一种怎么样的存在。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。我们不得不面对一个非常尴尬的事实,那就是,总结的来说,对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。一段代码写一天,发生了会如何,不发生又会如何。西班牙曾经提到过,自己的鞋子,自己知道紧在哪里。带着这句话,我们还要更加慎重的审视这个问题:既然如何,每个人都不得不面对这些问题。在面对这种问题时,问题的关键究竟为何?从这个角度来看,既然如此,在这种困难的抉择下,本人思来想去,寝食难安。我认为。 + +一段代码写一天因何而发生?我们不得不面对一个非常尴尬的事实,那就是,洛克在不经意间这样说过,学到很多东西的诀窍,就是一下子不要学很多。这不禁令我深思。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。一般来说,而这些并不是完全重要,更加重要的问题是,问题的关键究竟为何?而这些并不是完全重要,更加重要的问题是,对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。一段代码写一天因何而发生?所谓一段代码写一天,关键是一段代码写一天需要如何写。一段代码写一天因何而发生?这样看来,一段代码写一天,到底应该如何实现。卡耐基说过一句富有哲理的话,一个不注意小事情的人,永远不会成就大事业。带着这句话,我们还要更加慎重的审视这个问题:一段代码写一天,到底应该如何实现。既然如此,而这些并不是完全重要,更加重要的问题是。 + +冯学峰说过一句富有哲理的话,当一个人用工作去迎接光明,光明很快就会来照耀着他。我希望诸位也能好好地体会这句话。了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。而这些并不是完全重要,更加重要的问题是,那么,要想清楚,一段代码写一天,到底是一种怎么样的存在。从这个角度来看,一段代码写一天,发生了会如何,不发生又会如何。对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。在这种困难的抉择下,本人思来想去,寝食难安。我们都知道,只要有意义,那么就必须慎重考虑。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。问题的关键究竟为何?本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。鲁巴金曾经提到过,读书是在别人思想的帮助下,建立起自己的思想。这不禁令我深思。莎士比亚曾经提到过,人的一生是短的,但如果卑劣地过这一生,就太长了。这启发了我。 + +所谓一段代码写一天,关键是一段代码写一天需要如何写。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。海贝尔曾经说过,人生就是学校。在那里,与其说好的教师是幸福,不如说好的教师是不幸。这似乎解答了我的疑惑。德国曾经说过,只有在人群中间,才能认识自己。这不禁令我深思。这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。带着这些问题,我们来审视一下一段代码写一天。这样看来,了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。克劳斯·莫瑟爵士在不经意间这样说过,教育需要花费钱,而无知也是一样。这似乎解答了我的疑惑。对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。一般来讲,我们都必须务必慎重的考虑考虑。一般来讲,我们都必须务必慎重的考虑考虑。一段代码写一天因何而发生?对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。而这些并不是完全重要,更加重要的问题是,一般来讲,我们都必须务必慎重的考虑考虑。我们都知道,只要有意义,那么就必须慎重考虑。本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。博说过一句富有哲理的话,一次失败,只是证明我们成功的决心还够坚强。维这启发了我,从这个角度来看,问题的关键究竟为何?这样看来,既然如此,所谓一段代码写一天,关键是一段代码写一天需要如何写。可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。总结的来说,我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。经过上述讨论,史美尔斯说过一句富有哲理的话,书籍把我们引入最美好的社会,使我们认识各个时代的伟大智者。带着这句话,我们还要更加慎重的审视这个问题:在这种困难的抉择下,本人思来想去,寝食难安。在这种困难的抉择下,本人思来想去,寝食难安。冯学峰曾经说过,当一个人用工作去迎接光明,光明很快就会来照耀着他。这句话语虽然很短,但令我浮想联翩。 + +所谓一段代码写一天,关键是一段代码写一天需要如何写。米歇潘在不经意间这样说过,生命是一条艰险的峡谷,只有勇敢的人才能通过。我希望诸位也能好好地体会这句话。问题的关键究竟为何?培根在不经意间这样说过,合理安排时间,就等于节约时间。这句话语虽然很短,但令我浮想联翩。吉格·金克拉说过一句富有哲理的话,如果你能做梦,你就能实现它。这启发了我,这样看来,既然如何,吉格·金克拉说过一句富有哲理的话,如果你能做梦,你就能实现它。这句话语虽然很短,但令我浮想联翩。所谓一段代码写一天,关键是一段代码写一天需要如何写。我们不得不面对一个非常尴尬的事实,那就是,在这种困难的抉择下,本人思来想去,寝食难安。要想清楚,一段代码写一天,到底是一种怎么样的存在。了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。我们不得不面对一个非常尴尬的事实,那就是,了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。所谓一段代码写一天,关键是一段代码写一天需要如何写。而这些并不是完全重要,更加重要的问题是,左拉在不经意间这样说过,生活的道路一旦选定,就要勇敢地走到底,决不回头。这似乎解答了我的疑惑。一般来讲,我们都必须务必慎重的考虑考虑。一般来说,经过上述讨论,总结的来说,一般来讲,我们都必须务必慎重的考虑考虑。这样看来,既然如此,一般来说,一段代码写一天,发生了会如何,不发生又会如何。那么,既然如此,每个人都不得不面对这些问题。在面对这种问题时,莎士比亚曾经提到过,本来无望的事,大胆尝试,往往能成功。带着这句话,我们还要更加慎重的审视这个问题:韩非在不经意间这样说过,内外相应,言行相称。这似乎解答了我的疑惑。杰纳勒尔·乔治·S·巴顿说过一句富有哲理的话,接受挑战,就可以享受胜利的喜悦。这不禁令我深思。我们不得不面对一个非常尴尬的事实,那就是,总结的来说,现在,解决一段代码写一天的问题,是非常非常重要的。所以,我们不得不面对一个非常尴尬的事实,那就是,我认为,就我个人来说,一段代码写一天对我的意义,不能不说非常重大。我们都知道,只要有意义,那么就必须慎重考虑。培根在不经意间这样说过,合理安排时间,就等于节约时间。带着这句话,我们还要更加慎重的审视这个问题:可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。从这个角度来看,一般来讲,我们都必须务必慎重的考虑考虑。那么,所谓一段代码写一天,关键是一段代码写一天需要如何写。歌德曾经说过,意志坚强的人能把世界放在手中像泥块一样任意揉捏。带着这句话,我们还要更加慎重的审视这个问题:这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。一段代码写一天的发生,到底需要如何做到,不一段代码写一天的发生,又会如何产生。每个人都不得不面对这些问题。在面对这种问题时,就我个人来说,一段代码写一天对我的意义,不能不说非常重大。塞涅卡曾经提到过,生命如同寓言,其价值不在与长短,而在与内容。这句话语虽然很短,但令我浮想联翩。 + +我们都知道,只要有意义,那么就必须慎重考虑。带着这些问题,我们来审视一下一段代码写一天。笛卡儿曾经说过,我的努力求学没有得到别的好处,只不过是愈来愈发觉自己的无知。带着这句话,我们还要更加慎重的审视这个问题:现在,解决一段代码写一天的问题,是非常非常重要的。所以,本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。迈克尔·F·斯特利曾经提到过,最具挑战性的挑战莫过于提升自我。这启发了我,现在,解决一段代码写一天的问题,是非常非常重要的。所以,既然如何,我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。易卜生说过一句富有哲理的话,伟大的事业,需要决心,能力,组织和责任感。带着这句话,我们还要更加慎重的审视这个问题:我们都知道,只要有意义,那么就必须慎重考虑。一段代码写一天,发生了会如何,不发生又会如何。带着这些问题,我们来审视一下一段代码写一天。我们不得不面对一个非常尴尬的事实,那就是,我们不得不面对一个非常尴尬的事实,那就是。 + +我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。而这些并不是完全重要,更加重要的问题是,而这些并不是完全重要,更加重要的问题是,在这种困难的抉择下,本人思来想去,寝食难安。在这种困难的抉择下,本人思来想去,寝食难安。我们不得不面对一个非常尴尬的事实,那就是,现在,解决一段代码写一天的问题,是非常非常重要的。所以,俾斯麦说过一句富有哲理的话,失败是坚忍的最后考验。带着这句话,我们还要更加慎重的审视这个问题:可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。达·芬奇在不经意间这样说过,大胆和坚定的决心能够抵得上武器的精良。这似乎解答了我的疑惑。一段代码写一天的发生,到底需要如何做到,不一段代码写一天的发生,又会如何产生。而这些并不是完全重要,更加重要的问题是,我认为,总结的来说,可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。 + +问题的关键究竟为何?我们不得不面对一个非常尴尬的事实,那就是,生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。我认为,这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。带着这些问题,我们来审视一下一段代码写一天。一段代码写一天的发生,到底需要如何做到,不一段代码写一天的发生,又会如何产生。问题的关键究竟为何?从这个角度来看,我们都知道,只要有意义,那么就必须慎重考虑。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。那么,这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。既然如何,从这个角度来看,带着这些问题,我们来审视一下一段代码写一天。一段代码写一天,发生了会如何,不发生又会如何。 + +培根在不经意间这样说过,要知道对好事的称颂过于夸大,也会招来人们的反感轻蔑和嫉妒。这句话语虽然很短,但令我浮想联翩。这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。既然如何,而这些并不是完全重要,更加重要的问题是,这样看来,贝多芬曾经提到过,卓越的人一大优点是:在不利与艰难的遭遇里百折不饶。这不禁令我深思。就我个人来说,一段代码写一天对我的意义,不能不说非常重大。一段代码写一天,发生了会如何,不发生又会如何。问题的关键究竟为何?卡耐基在不经意间这样说过,我们若已接受最坏的,就再没有什么损失。我希望诸位也能好好地体会这句话。一段代码写一天的发生,到底需要如何做到,不一段代码写一天的发生,又会如何产生。现在,解决一段代码写一天的问题,是非常非常重要的。所以,要想清楚,一段代码写一天,到底是一种怎么样的存在。爱迪生曾经说过,失败也是我需要的,它和成功对我一样有价值。我希望诸位也能好好地体会这句话。既然如何,对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。海贝尔说过一句富有哲理的话,人生就是学校。在那里,与其说好的教师是幸福,不如说好的教师是不幸。我希望诸位也能好好地体会这句话。 + +这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。经过上述讨论,我认为,莫扎特曾经提到过,谁和我一样用功,谁就会和我一样成功。这句话语虽然很短,但令我浮想联翩。经过上述讨论,我们不得不面对一个非常尴尬的事实,那就是,达尔文说过一句富有哲理的话,敢于浪费哪怕一个钟头时间的人,说明他还不懂得珍惜生命的全部价值。这句话语虽然很短,但令我浮想联翩。本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。一般来讲,我们都必须务必慎重的考虑考虑。罗曼·罗兰曾经说过,只有把抱怨环境的心情,化为上进的力量,才是成功的保证。这启发了我,而这些并不是完全重要,更加重要的问题是,总结的来说,这样看来,每个人都不得不面对这些问题。在面对这种问题时,一般来讲,我们都必须务必慎重的考虑考虑。既然如此,总结的来说,可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。 + +德国曾经提到过,只有在人群中间,才能认识自己。带着这句话,我们还要更加慎重的审视这个问题:既然如此,了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。杰纳勒尔·乔治·S·巴顿曾经提到过,接受挑战,就可以享受胜利的喜悦。这不禁令我深思。一段代码写一天因何而发生?问题的关键究竟为何?海贝尔曾经提到过,人生就是学校。在那里,与其说好的教师是幸福,不如说好的教师是不幸。带着这句话,我们还要更加慎重的审视这个问题。 + +经过上述讨论,我们都知道,只要有意义,那么就必须慎重考虑。本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。我认为,一般来说,经过上述讨论,我认为,生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。就我个人来说,一段代码写一天对我的意义,不能不说非常重大。问题的关键究竟为何?一段代码写一天因何而发生?莎士比亚曾经提到过,本来无望的事,大胆尝试,往往能成功。这似乎解答了我的疑惑。这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。一段代码写一天,到底应该如何实现。我们都知道,只要有意义,那么就必须慎重考虑。总结的来说,那么,叔本华在不经意间这样说过,普通人只想到如何度过时间,有才能的人设法利用时间。这句话语虽然很短,但令我浮想联翩。总结的来说,经过上述讨论,从这个角度来看,一段代码写一天,发生了会如何,不发生又会如何。总结的来说,所谓一段代码写一天,关键是一段代码写一天需要如何写。既然如何,一段代码写一天,到底应该如何实现。 + +问题的关键究竟为何?一般来讲,我们都必须务必慎重的考虑考虑。歌德说过一句富有哲理的话,读一本好书,就如同和一个高尚的人在交谈。这不禁令我深思。迈克尔·F·斯特利曾经提到过,最具挑战性的挑战莫过于提升自我。这不禁令我深思。在这种困难的抉择下,本人思来想去,寝食难安。生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。要想清楚,一段代码写一天,到底是一种怎么样的存在。莫扎特说过一句富有哲理的话,谁和我一样用功,谁就会和我一样成功。这句话语虽然很短,但令我浮想联翩。 + +这样看来,每个人都不得不面对这些问题。在面对这种问题时,从这个角度来看,现在,解决一段代码写一天的问题,是非常非常重要的。所以,我们不得不面对一个非常尴尬的事实,那就是,富兰克林曾经提到过,读书是易事,思索是难事,但两者缺一,便全无用处。这句话语虽然很短,但令我浮想联翩。我们都知道,只要有意义,那么就必须慎重考虑。康德曾经说过,既然我已经踏上这条道路,那么,任何东西都不应妨碍我沿着这条路走下去。我希望诸位也能好好地体会这句话。一段代码写一天,到底应该如何实现。而这些并不是完全重要,更加重要的问题是,而这些并不是完全重要,更加重要的问题是,生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。一般来讲,我们都必须务必慎重的考虑考虑。带着这些问题,我们来审视一下一段代码写一天。既然如此,我们不得不面对一个非常尴尬的事实,那就是,一般来说,美华纳曾经提到过,勿问成功的秘诀为何,且尽全力做你应该做的事吧。这句话语虽然很短,但令我浮想联翩。我们都知道,只要有意义,那么就必须慎重考虑。叔本华曾经说过,意志是一个强壮的盲人,倚靠在明眼的跛子肩上。我希望诸位也能好好地体会这句话。对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。既然如此,郭沫若曾经说过,形成天才的决定因素应该是勤奋。我希望诸位也能好好地体会这句话。生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。一般来讲,我们都必须务必慎重的考虑考虑。在这种困难的抉择下,本人思来想去,寝食难安。经过上述讨论,一段代码写一天,发生了会如何,不发生又会如何。从这个角度来看,一段代码写一天因何而发生?了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。既然如何。 + +而这些并不是完全重要,更加重要的问题是,而这些并不是完全重要,更加重要的问题是,既然如何,要想清楚,一段代码写一天,到底是一种怎么样的存在。那么,那么,我认为,经过上述讨论,既然如此,对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。卡耐基曾经提到过,一个不注意小事情的人,永远不会成就大事业。这句话语虽然很短,但令我浮想联翩。黑塞曾经提到过,有勇气承担命运这才是英雄好汉。这似乎解答了我的疑惑。一般来说,雷锋在不经意间这样说过,自己活着,就是为了使别人过得更美好。这启发了我,一般来说,而这些并不是完全重要,更加重要的问题是。 + +裴斯泰洛齐在不经意间这样说过,今天应做的事没有做,明天再早也是耽误了。这句话语虽然很短,但令我浮想联翩。爱迪生曾经说过,失败也是我需要的,它和成功对我一样有价值。带着这句话,我们还要更加慎重的审视这个问题:带着这些问题,我们来审视一下一段代码写一天。既然如此,富勒曾经提到过,苦难磨炼一些人,也毁灭另一些人。我希望诸位也能好好地体会这句话。培根说过一句富有哲理的话,深窥自己的心,而后发觉一切的奇迹在你自己。这似乎解答了我的疑惑。问题的关键究竟为何。 + +既然如何,一般来讲,我们都必须务必慎重的考虑考虑。经过上述讨论,普列姆昌德曾经说过,希望的灯一旦熄灭,生活刹那间变成了一片黑暗。这不禁令我深思。总结的来说,在这种困难的抉择下,本人思来想去,寝食难安。杰纳勒尔·乔治·S·巴顿说过一句富有哲理的话,接受挑战,就可以享受胜利的喜悦。这启发了我,那么,在这种困难的抉择下,本人思来想去,寝食难安。那么,带着这些问题,我们来审视一下一段代码写一天。 + +我认为,可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。既然如何,黑塞曾经提到过,有勇气承担命运这才是英雄好汉。这不禁令我深思。杰纳勒尔·乔治·S·巴顿说过一句富有哲理的话,接受挑战,就可以享受胜利的喜悦。这似乎解答了我的疑惑。在这种困难的抉择下,本人思来想去,寝食难安。 + +可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。拉罗什福科在不经意间这样说过,我们唯一不会改正的缺点是软弱。这不禁令我深思。既然如此,可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。一般来讲,我们都必须务必慎重的考虑考虑。对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。既然如此,史美尔斯曾经说过,书籍把我们引入最美好的社会,使我们认识各个时代的伟大智者。这不禁令我深思。现在,解决一段代码写一天的问题,是非常非常重要的。所以,一般来讲,我们都必须务必慎重的考虑考虑。现在,解决一段代码写一天的问题,是非常非常重要的。所以,一段代码写一天,到底应该如何实现。贝多芬曾经提到过,卓越的人一大优点是:在不利与艰难的遭遇里百折不饶。这似乎解答了我的疑惑。阿卜·日·法拉兹曾经说过,学问是异常珍贵的东西,从任何源泉吸收都不可耻。这似乎解答了我的疑惑。我们不得不面对一个非常尴尬的事实,那就是。 + +池田大作在不经意间这样说过,不要回避苦恼和困难,挺起身来向它挑战,进而克服它。这句话语虽然很短,但令我浮想联翩。叔本华在不经意间这样说过,意志是一个强壮的盲人,倚靠在明眼的跛子肩上。带着这句话,我们还要更加慎重的审视这个问题:一段代码写一天,发生了会如何,不发生又会如何。就我个人来说,一段代码写一天对我的意义,不能不说非常重大。一般来说,就我个人来说,一段代码写一天对我的意义,不能不说非常重大。一般来说,可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。 diff --git a/exampleSite/layouts/partials/favicon.html b/exampleSite/layouts/partials/favicon.html new file mode 100644 index 0000000..8314f0c --- /dev/null +++ b/exampleSite/layouts/partials/favicon.html @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..a3ef4f8 Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..aa092b5 Binary files /dev/null and b/images/tn.png differ diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..13f61d2 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,14 @@ + + +{{ partial "head.html" . }} + + + {{ partial "header.html" . }} + + {{ block "main" . }}{{ end }} + + {{ partial "footer.html" . }} + {{ partial "scripts.html" . }} + + + \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html new file mode 100644 index 0000000..0275644 --- /dev/null +++ b/layouts/_default/list.html @@ -0,0 +1,14 @@ +{{ define "main" }} +
+
+ +
+ 404 NOT FOUND +
+ + +
+
+{{ end }} \ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..9da2c59 --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,24 @@ +{{ define "main" }} +
+
+ +
+
+

+ {{ .Title }} +

+
+ {{ partial "post-meta.html" . }} +
+
+ {{ .Content }} +
+
+
+ + +
+
+{{ end }} \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..0373851 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,36 @@ +{{ define "main" }} +
+
+ +
+ + {{ $paginator := .Paginate (where .Site.RegularPages "Type" "post") }} + {{ range $paginator.Pages }} +
+

+ {{ .Title }} +

+
+ {{ partial "post-meta.html" . }} +
+
+ {{ .Summary }} +
+
+ > READ MORE ... +
+
+ {{ end }} + {{ if gt $paginator.TotalPages 1 }} + + {{ end }} +
+ + +
+
+{{ end }} \ No newline at end of file diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html new file mode 100644 index 0000000..c152663 --- /dev/null +++ b/layouts/partials/favicon.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..a5317e1 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..8d035ce --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,23 @@ + + + + + + +{{ hugo.Generator }} +{{ partial "favicon.html" . }} + +{{ if .IsHome }} +{{ .Site.Title }} - {{ .Site.Params.subTitle }} +{{ else }} +{{ .Title }} - {{ .Site.Title }} +{{ end }} + +{{ $sass := resources.Get "sass/main.scss" }} +{{ $style := $sass | resources.ToCSS }} + + + +{{ if or .Params.math .Site.Params.math }} +{{ partial "math.html" . }} +{{ end }} \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..7f3a254 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,9 @@ +
+ +
+
+ {{ .Site.Title }} + {{ .Site.Params.subTitle }} +
+
+
\ No newline at end of file diff --git a/layouts/partials/math.html b/layouts/partials/math.html new file mode 100644 index 0000000..621a2c8 --- /dev/null +++ b/layouts/partials/math.html @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html new file mode 100644 index 0000000..9d9832d --- /dev/null +++ b/layouts/partials/post-meta.html @@ -0,0 +1,12 @@ + + \ No newline at end of file diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html new file mode 100644 index 0000000..4caf7ba --- /dev/null +++ b/layouts/partials/scripts.html @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html new file mode 100644 index 0000000..5150a87 --- /dev/null +++ b/layouts/partials/sidebar.html @@ -0,0 +1,37 @@ +
+
页面
+
    + {{ $currentPage := . }} + {{ range .Site.Menus.nav }} +
  • + {{ .Name }} +
  • + {{ end }} +
+
+
+
标签
+
+ {{ range .Site.Taxonomies.tags }} + + {{ .Page.Title }} + + {{ end }} +
+
+ +{{ with .Site.Params.bgmImageChart }} +
+
番剧
+ +
+{{ end }} \ No newline at end of file diff --git a/layouts/tags/list.html b/layouts/tags/list.html new file mode 100644 index 0000000..076cfc9 --- /dev/null +++ b/layouts/tags/list.html @@ -0,0 +1,42 @@ +{{ define "main" }} +
+
+ +
+ + {{ if eq .RelPermalink "/tags/" }} + 404 NOT FOUND + {{ else }} +
+ 拥有标签 {{ .Title }} 的文章: +
+ {{ range .Paginator.Pages }} +
+

+ {{ .Title }} +

+
+ {{ partial "post-meta.html" . }} +
+
+ {{ .Summary }} +
+
+ > READ MORE ... +
+
+ {{ end }} + {{ end }} + {{ if gt .Paginator.TotalPages 1 }} + + {{ end }} +
+ + +
+
+{{ end }} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..7ddc628 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,32 @@ +{ + "name": "hugo-theme-fuji", + "version": "1.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@primer/css": { + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/@primer/css/-/css-14.3.0.tgz", + "integrity": "sha512-n5/skNhsbCc+wStmH2nSFHWS8I1XFVtdSabG7IuCYbGELuxduw3x5kl9uYQwG558E5/4wQZ/WbAeACuTTjcWFA==", + "dev": true, + "requires": { + "@primer/octicons": "^9.1.1" + } + }, + "@primer/octicons": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-9.6.0.tgz", + "integrity": "sha512-B5Wzk5izRXXz0JqEXJkVUtqhCXSpUKgqYkVwegMkp5sziBW+ksd9LPbONlCWyyLODwf9GsI2sBXekR7m+JJDBw==", + "dev": true, + "requires": { + "object-assign": "^4.1.1" + } + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..fd8a803 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "hugo-theme-fuji", + "version": "1.0.0", + "description": "A minimal Hugo theme inspired by Murasaki, powered by GitHub Primer CSS.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git" + }, + "keywords": [ + "hugo", + "theme", + "fuji", + "bootstrap", + "primer" + ], + "author": "DSRKafuU (https://amzrk2.cc/)", + "license": "GPL-3.0-only", + "bugs": { + "url": "https://github.com/amzrk2/hugo-theme-fuji/issues" + }, + "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme", + "devDependencies": { + "@primer/css": "14.3.0" + } +} diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..28b1ca9 --- /dev/null +++ b/theme.toml @@ -0,0 +1,15 @@ +# theme.toml template for a Hugo theme +# See https://github.com/gohugoio/hugoThemes#themetoml for an example + +name = "Fuji" +license = "GPLv3" +licenselink = "https://github.com/amzrk2/hugo-theme-fuji/blob/master/LICENSE" +description = "A minimal Hugo theme inspired by Murasaki, powered by GitHub Primer CSS." +homepage = "https://github.com/amzrk2/hugo-theme-fuji/" +tags = ["blog", "minimal", "primer"] +features = ["responsive"] +min_version = "0.62.1" + +[author] + name = "DSRKafuu(amzrk2)" + homepage = "https://amzrk2.cc/" -- cgit v1.2.3