소스 검색

Update repo-URLs (#651)

freezingDaniel 2 년 전
부모
커밋
56615bfa43
4개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 2 2
      .github/ISSUE_TEMPLATE/feature_request.md
  2. 1 1
      layouts/partials/footer.html
  3. 3 3
      package.json
  4. 1 1
      static/css/sections/home.css

+ 2 - 2
.github/ISSUE_TEMPLATE/feature_request.md

@@ -6,8 +6,8 @@ title: 'Feature Request'
 
 
 <!---
 <!---
 Before filing an issue, please review the following:
 Before filing an issue, please review the following:
-  Existing Features: https://github.com/hossainemruz/toha#features
-  Project Roadmap: https://github.com/hossainemruz/toha#project-roadmap
+  Existing Features: https://github.com/hugo-toha/toha#features
+  Project Roadmap: https://github.com/hugo-toha/toha#project-roadmap
 -->
 -->
 
 
 ### Describe the solution you'd like
 ### Describe the solution you'd like

+ 1 - 1
layouts/partials/footer.html

@@ -191,7 +191,7 @@
     <div class="container">
     <div class="container">
       <div class="row text-left">
       <div class="row text-left">
         <div class="col-md-4">
         <div class="col-md-4">
-          <a id="theme" href="https://github.com/hossainemruz/toha" target="_blank" rel="noopener">
+          <a id="theme" href="https://github.com/hugo-toha/toha" target="_blank" rel="noopener">
             <img src="{{ $themeLogo }}" alt="Toha Theme Logo">
             <img src="{{ $themeLogo }}" alt="Toha Theme Logo">
             Toha
             Toha
           </a>
           </a>

+ 3 - 3
package.json

@@ -8,14 +8,14 @@
   },
   },
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",
-    "url": "git+https://github.com/hossainemruz/toha.git"
+    "url": "git+https://github.com/hugo-toha/toha.git"
   },
   },
   "author": "Emruz Hossain",
   "author": "Emruz Hossain",
   "license": "MIT",
   "license": "MIT",
   "bugs": {
   "bugs": {
-    "url": "https://github.com/hossainemruz/toha/issues"
+    "url": "https://github.com/hugo-toha/toha/issues"
   },
   },
-  "homepage": "https://github.com/hossainemruz/toha#readme",
+  "homepage": "https://github.com/hugo-toha/toha#readme",
   "devDependencies": {
   "devDependencies": {
     "autoprefixer": "^10.4.8",
     "autoprefixer": "^10.4.8",
     "postcss": "^8.4.16",
     "postcss": "^8.4.16",

+ 1 - 1
static/css/sections/home.css

@@ -19,7 +19,7 @@
 }
 }
 
 
 /*
 /*
-  Resolves https://github.com/hossainemruz/toha/issues/70
+  Resolves https://github.com/hugo-toha/toha/issues/70
 
 
   fixed attached images use the whole <body> size. On mobile this can get really
   fixed attached images use the whole <body> size. On mobile this can get really
   tall which blows your image out. Setting the attachment back to scroll allows
   tall which blows your image out. Setting the attachment back to scroll allows