Skip to content

Commit

Permalink
Initialize Template-GitHub-Pages-language
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 committed Apr 6, 2024
0 parents commit 9d3e8cc
Show file tree
Hide file tree
Showing 720 changed files with 214,183 additions and 0 deletions.
214 changes: 214 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,214 @@
# Start of script

# Editor configuration file for Seanpm2001/<projectName>
# Generated with Git-Template (V8) at branch: /Template-GitHub-Pages-language/

root = true

# All files
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# Markdown document
[*.md *.mkd *.mdown *.markdown]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# YAML (YAML Ain't Markup Language) source code
[*.yml *.yaml]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# Plain Text document
[*.txt]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# Makefile (GNU Make)
[*.mk *.mak *.make *.makefile]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# HTML (HyperText Markup Language) document
[*.htm *.html *.mhtm *.mhtml *.xhtm *.xhtml]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# SVG (Scalable Vector Graphics) image file
[*.svg]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# CSS (Cascade Styling Sheets) stylesheet file
[*.css]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# Less stylesheet file
[*.less]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# QML (QT Modeling Language) source file
[*.qml]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# JS (JavaScript) source file
[*.js]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# JSON (JavaScript Object Notation) source file
[*.json]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# PHP (PHP Hypertext Preprocessor) source file
[*.php]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# Ruby source file
[*.rb *.rake *.rakefile *GEMFILE]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# Python source file
[*.py]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# Pug source file
[*.pug]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# Mustache source file
[*.mustache]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# Handlebars source file
[*.handlebars *.hbs]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# Git configuration files
[*.gitignore *.gitattributes *.editorconfig]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# Binary image files
[*.png *.pns *.jpg *.jpeg *.jfif *.jif *.jp2 *.gif *.tif *.tiff *.bmp *.dib]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# File info

# File type: Editorconfig file (*.editorconfig)
# File version: 3 (Monday, 2021 November 29th at 3:23 pm)
# Line count (including blank lines and compiler line) 215

# End of script
118 changes: 118 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
# Start of script
# .gitattributes
# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project.
# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file
# .gitattributes
# and nothing else, no characters before, no characters after
# Start of linguist script
# HTML (HyperText Markup Language) document
*.htm linguist-detectable=true
*.htm linguist-documentation=false
*.html linguist-detectable=true
*.html linguist-documentation=false
*.mhtm linguist-detectable=true
*.mhtm linguist-documentation=false
*.mhtml linguist-detectable=true
*.mhtml linguist-documentation=false
*.xhtm linguist-detectable=true
*.xhtm linguist-documentation=false
*.xhtml linguist-detectable=true
*.xhtml linguist-documentation=false
# HTA (HTML Application) file
*.hta linguist-detectable=true
*.hta linguist-documentation=false
# CSS (Cascade Styling Sheets) stylesheet file
*.css linguist-detectable=true
*.css linguist-documentation=false
# Less stylesheet file
*.less linguist-detectable=true
*.less linguist-documentation=false
# QML (QT Modeling Language) source file
*.qml linguist-detectable=true
*.qml linguist-documentation=false
# JS (JavaScript) source file
*.js linguist-detectable=true
*.js linguist-documentation=false
# JSON (JavaScript Object Notation) source file
*.json linguist-detectable=true
*.json linguist-documentation=false
# PHP (PHP HyperText Preprocessor) source file
*.php linguist-detectable=true
*.php linguist-documentation=false
# Pug source file
*.pug linguist-detectable=true
*.pug linguist-documentation=false
# Python source file
*.py linguist-detectable=true
*.py linguist-documentation=false
# Mustache source file
*.mustache linguist-detectable=true
*.mustache linguist-documentation=false
# Handlebars source file
*.handlebars linguist-detectable=true
*.handlebars linguist-documentation=false
*.hbs linguist-detectable=true
*.hbs linguist-documentation=false
# WebVTT subtitle file
*.vtt linguist-detectable=true
*.vtt linguist-documentation=false
# SubRip subtitle file
*.srt linguist-detectable=true
*.srt linguist-documentation=false
# Ruby source file
*.rb linguist-detectable=true
*.rb linguist-documentation=false
*.rake linguist-detectable=true
*.rake linguist-documentation=false
*.rakefile linguist-detectable=true
*.rakefile linguist-documentation=false
*gemfile linguist-detectable=true
*gemfile linguist-documentation=false
# YAML (YAML Ain't Markup Language) document
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
*.yml linguist-detectable=false
*.yml linguist-documentation=false
*.yaml linguist-detectable=false
*.yaml linguist-documentation=false
# Markdown
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.md linguist-detectable=false
*.md linguist-documentation=false
*.mkd linguist-detectable=false
*.mkd linguist-documentation=false
*.mdown linguist-detectable=false
*.mdown linguist-documentation=false
*.markdown linguist-detectable=false
*.markdown linguist-documentation=false
# Makefile (GNU Make)
# Do not include, as it is not needed to be shown
*.mk linguist-detectable=false
*.mk linguist-documentation=false
*.mak linguist-detectable=false
*.mak linguist-documentation=false
*.make linguist-detectable=false
*.make linguist-documentation=false
*.makefile linguist-detectable=false
*.makefile linguist-documentation=false
# SVG (Scalable Vector Graphics) image file
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.svg linguist-detectable=false
*.svg linguist-documentation=false
# Git Configuration files
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.gitattributes linguist-detectable=false
*.gitattributes linguist-documentation=false
*.gitignore linguist-detectable=false
*.gitignore linguist-documentation=false
*.editorconfig linguist-detectable=false
*.editorconfig linguist-documentation=false
# Plain Text document
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.txt linguist-detectable=false
*.txt linguist-documentation=false
# End of linguist script
# File info
# File type: gitattributes file (.gitattributes)
# File version: 3 (Monday, 2021 November 29th at 3:16 pm)
# Line count (including blank lines and compiler line): 119
# End of script
16 changes: 16 additions & 0 deletions .github/.FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]

patreon: seanpm2001 # Creator page
patreon: seanpm2001_software # Main page
# Replace with a single Patreon username

open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
42 changes: 42 additions & 0 deletions .github/.github_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

***

# .github folder info

The `.github` folder in this repository contains data for this repository for hosting on GitHub. This directory did not become mandatory until March 15th 2021.

This directory contains several features.

**Funding** - This funding info usually contains a `FUNDING.yml` file that links to sponsor info for this project. A folder called `/Funding` is also included, and at `/Funding/OldVersions/` contains old versions of the funding file.

**Issues** - This directory contains archives of issues I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:

_I archive my own GitHub issues, and will not archive issues you raise without your permission. This includes replies, comments, and posts._

* A YAML file is also included that contains GitHub label data, with hexadecimal color codes, issue description, and issue titles.

* Sometimes, other YAML files are included for configuration of issues.

**Coming soon:** A separate YAML file for each issue directory that contains label data

**Discussions** - Similar to the issues directory, this directory contains archives of discussions I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:

_I archive my own GitHub discussions, and will not archive discussions you raise without your permission. This includes replies, comments, and posts_

**SocialPreview** - This directory contains social media preview info for this repository for when you share or search for it. This makes a background appear above the repository in searches or messages, so that the profile picture of the user/organization is not shown in the preview. You can read more about it [here](/.github/SocialPreview/README.md).

That is currently it at the moment, other than the new description for this process being placed at the root of the directory (the file you are currently reading)

***

## File info

**File type:** `Markdown (*.md)`

**Original creation date:** `Thursday, March 18th 2021 at 3:18 pm)`

**File version:** `1 (Thursday, March 18th 2021 at 3:18 pm)`

**Line count (including blank lines and compiler line):** `43`

***

0 comments on commit 9d3e8cc

Please sign in to comment.