- Commit
- 0c2379ad2786c43634ad88a939a409ab27d3d19a
- Parent
- b21ba9dd71d41fdc12ec76051a648a8233f22ea7
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Made it so that the pages are named after the repository names
Design documents for git.pablopie.xyz ✏️
Made it so that the pages are named after the repository names
7 files changed, 7 insertions, 18 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | TODO.md | 1 | 0 | 1 |
Modified | file.html | 2 | 1 | 1 |
Modified | files.html | 8 | 2 | 6 |
Modified | license.html | 5 | 1 | 4 |
Modified | log.html | 3 | 1 | 2 |
Modified | readme.html | 3 | 1 | 2 |
Modified | refs.html | 3 | 1 | 2 |
diff --git a/TODO.md b/TODO.md @@ -1,6 +1,5 @@ # Future Improvements -* Changed the titles of the pages so that they reflect the names of the repos * Make the first column of the table on the repo tree the correnct size * Make the commit pages look nicer * Add license indicators other than page on the LICENSE file
diff --git a/file.html b/file.html @@ -2,7 +2,7 @@ <html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> -<title>A OCaml module for manipulating unlimited register machines</title> +<title>caml-urm — LICENSE</title> <link rel="icon" type="image/svg" href="https://git.pablopie.xyz/icons/favicon.svg"> <link rel="stylesheet" type="text/css" href="./styles.css"> </head>
diff --git a/files.html b/files.html @@ -2,10 +2,7 @@ <html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> -<title>Riemannian Geometry course project on the manifold H¹(I, M) of -class H¹ curves on a Riemannian manifold M and its applications to the -geodesics problem -</title> +<title>global-analysis-and-the-banach-manifold-of-class-h1-curvers — Files</title> <link rel="icon" type="image/svg" href="https://git.pablopie.xyz/icons/favicon.svg"> <link rel="stylesheet" type="text/css" href="./styles.css"> </head> @@ -48,4 +45,4 @@ geodesics problem <footer>made with ❤️ by <a href="https://pablopie.xyz/">@pablo</a></footer> -</body></html>- \ No newline at end of file +</body></html>
diff --git a/license.html b/license.html @@ -2,10 +2,7 @@ <html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> -<title>Riemannian Geometry course project on the manifold H¹(I, M) of -class H¹ curves on a Riemannian manifold M and its applications to the -geodesics problem -</title> +<title>global-analysis-and-the-banach-manifold-of-class-h1-curvers — LICENSE</title> <link rel="icon" type="image/svg" href="https://git.pablopie.xyz/icons/favicon.svg"> <link rel="stylesheet" type="text/css" href="./styles.css"> </head>
diff --git a/log.html b/log.html @@ -2,8 +2,7 @@ <html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> -<title>My personal build of stagit 😸️ -</title> +<title>stagit — Log</title> <link rel="icon" type="image/svg" href="https://git.pablopie.xyz/icons/favicon.svg"> <link rel="stylesheet" type="text/css" href="./styles.css"> </head>
diff --git a/readme.html b/readme.html @@ -2,8 +2,7 @@ <html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> -<title>My personal build of stagit 😸️ -</title> +<title>stagit</title> <link rel="icon" type="image/svg" href="https://git.pablopie.xyz/icons/favicon.svg"> <link rel="stylesheet" type="text/css" href="./styles.css"> </head>
diff --git a/refs.html b/refs.html @@ -2,8 +2,7 @@ <html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> -<title>My personal build of stagit 😸️ -</title> +<title>stagit — Refs</title> <link rel="icon" type="image/svg" href="https://git.pablopie.xyz/icons/favicon.svg"> <link rel="stylesheet" type="text/css" href="./styles.css"> </head>